#cb61dd

Color #CB61DD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CB61DD

Tints of Medium Orchid #CB61DD

Color information

#CB61DD (or 0xCB61DD) is unknown color: approx Medium Orchid. HEX triplet: CB, 61 and DD. RGB value is (203,97,221). Sum of RGB (Red+Green+Blue) = 203+97+221=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB61DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61DD is #349E22. Grayscale: #8E8E8E. Windows color (decimal): -3448355 or 14508491. OLE color: 14508491.

HSL color Cylindrical-coordinate representation of color #CB61DD: hue angle of 291.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB61DD is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20397221-
CMYK0.080.5600.13
HSL291.29º64.58%62.35%-
HSV(B)291.29º56.11%86.67%-
XYZ41.9526.4771.3-
YUV142.83172.12170.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 97 (38.28% from 255) = 18.62%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=38.96%
G=18.62%
B=42.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203972210.080.5600.13291.2964.5862.35
HexCB61DD8380D123413e
Octal313141335107001544310176
Binary110010111100001110111011000111000011011001000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb61dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb61dd; }

 p { color: rgb(203,97,221); }

 H1.HeaderClassName
 {
   color: #cb61dd;
 }
 .AnyTagClassName
 {
   color: #cb61dd;
 }
</style>
background-color css

<style>
 a { background-color: #cb61dd; }

 a { background-color: rgb(203,97,221); }

 div.DivClassName
 {
   background-color: #cb61dd;
 }
 .BgClassName
 {
   background-color: #cb61dd;
 }
</style>
border-color css

<style>
 span { border-color: #cb61dd; }

 span { border-color: rgb(203,97,221); }

 td.TdClassName
 {
   border-color: #cb61dd;
 }
 .TagClassName
 {
   border-color: #cb61dd;
 }
</style>