#CB87D3

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

Shades of Orchid #CB87D3

Tints of Orchid #CB87D3

Color information

#CB87D3 (or 0xCB87D3) is unknown color: approx Orchid. HEX triplet: CB, 87 and D3. RGB value is (203,135,211). Sum of RGB (Red+Green+Blue) = 203+135+211=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87D3 is #34782C. Grayscale: #A3A3A3. Windows color (decimal): -3438637 or 13862859. OLE color: 13862859.

HSL color Cylindrical-coordinate representation of color #CB87D3: hue angle of 293.68º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB87D3 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203135211-
CMYK0.040.3600.17
HSL293.68º46.34%67.84%-
HSV(B)293.68º36.02%82.75%-
XYZ45.0534.7365.96-
YUV164154.53155.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 211 (82.81% from 255) = 38.43%
R=36.98%
G=24.59%
B=38.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031352110.040.3600.17293.6846.3467.84
HexCB87D34240111262e44
Octal31320732344402144656104
Binary1100101110000111110100111001001000100011001001101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB87D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB87D3; }

 p { color: rgb(203,135,211); }

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

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

 a { background-color: rgb(203,135,211); }

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

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

 span { border-color: rgb(203,135,211); }

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