#CB85CF

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

Shades of Orchid #CB85CF

Tints of Orchid #CB85CF

Color information

#CB85CF (or 0xCB85CF) is unknown color: approx Orchid. HEX triplet: CB, 85 and CF. RGB value is (203,133,207). Sum of RGB (Red+Green+Blue) = 203+133+207=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85CF is #347A30. Grayscale: #A2A2A2. Windows color (decimal): -3439153 or 13600203. OLE color: 13600203.

HSL color Cylindrical-coordinate representation of color #CB85CF: hue angle of 296.76º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB85CF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203133207-
CMYK0.020.3600.19
HSL296.76º43.53%66.67%-
HSV(B)296.76º35.75%81.18%-
XYZ44.2833.9863.26-
YUV162.37153.19156.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=37.38%
G=24.49%
B=38.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031332070.020.3600.19296.7643.5366.67
HexCB85CF2240131292c43
Octal31320531724402345154103
Binary110010111000010111001111101001000100111001010011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85CF; }

 p { color: rgb(203,133,207); }

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

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

 a { background-color: rgb(203,133,207); }

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

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

 span { border-color: rgb(203,133,207); }

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