#CB84D7

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

Shades of Orchid #CB84D7

Tints of Orchid #CB84D7

Color information

#CB84D7 (or 0xCB84D7) is unknown color: approx Orchid. HEX triplet: CB, 84 and D7. RGB value is (203,132,215). Sum of RGB (Red+Green+Blue) = 203+132+215=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB84D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84D7 is #347B28. Grayscale: #A2A2A2. Windows color (decimal): -3439401 or 14124235. OLE color: 14124235.

HSL color Cylindrical-coordinate representation of color #CB84D7: hue angle of 291.33º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB84D7 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203132215-
CMYK0.060.3900.16
HSL291.33º50.92%68.04%-
HSV(B)291.33º38.6%84.31%-
XYZ45.1534.1168.49-
YUV162.69157.52156.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=36.91%
G=24%
B=39.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031322150.060.3900.16291.3350.9268.04
HexCB84D76270101233344
Octal31320432764702044363104
Binary1100101110000100110101111101001110100001001000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84D7; }

 p { color: rgb(203,132,215); }

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

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

 a { background-color: rgb(203,132,215); }

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

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

 span { border-color: rgb(203,132,215); }

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