#CB85CC

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

Shades of Orchid #CB85CC

Tints of Orchid #CB85CC

Color information

#CB85CC (or 0xCB85CC) is unknown color: approx Orchid. HEX triplet: CB, 85 and CC. RGB value is (203,133,204). Sum of RGB (Red+Green+Blue) = 203+133+204=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85CC is #347A33. Grayscale: #A1A1A1. Windows color (decimal): -3439156 or 13403595. OLE color: 13403595.

HSL color Cylindrical-coordinate representation of color #CB85CC: hue angle of 299.15º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB85CC is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203133204-
CMYK0.000.3500.2
HSL299.15º41.04%66.08%-
HSV(B)299.15º34.8%80%-
XYZ43.9233.8361.34-
YUV162.02151.69157.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=37.59%
G=24.63%
B=37.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031332040.000.3500.2299.1541.0466.08
HexCB85CC02301412b2942
Octal31320531404302445351102
Binary11001011100001011100110001000110101001001010111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85CC; }

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

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

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

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

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

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

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

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