#CB85C8

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

Shades of Orchid #CB85C8

Tints of Orchid #CB85C8

Color information

#CB85C8 (or 0xCB85C8) is unknown color: approx Orchid. HEX triplet: CB, 85 and C8. RGB value is (203,133,200). Sum of RGB (Red+Green+Blue) = 203+133+200=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85C8 is #347A37. Grayscale: #A1A1A1. Windows color (decimal): -3439160 or 13141451. OLE color: 13141451.

HSL color Cylindrical-coordinate representation of color #CB85C8: hue angle of 302.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB85C8 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB203133200-
CMYK00.340.010.20
HSL302.57º40.23%65.88%-
HSV(B)302.57º34.48%79.61%-
XYZ43.4433.6458.85-
YUV161.57149.69157.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=37.87%
G=24.81%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313320000.340.010.20302.5740.2365.88
HexCB85C802211412f2842
Octal31320531004212445750102
Binary11001011100001011100100001000101101001001011111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85C8; }

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

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

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

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

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

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

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

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