#CB85CD

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

Shades of Orchid #CB85CD

Tints of Orchid #CB85CD

Color information

#CB85CD (or 0xCB85CD) is unknown color: approx Orchid. HEX triplet: CB, 85 and CD. RGB value is (203,133,205). Sum of RGB (Red+Green+Blue) = 203+133+205=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85CD is #347A32. Grayscale: #A1A1A1. Windows color (decimal): -3439155 or 13469131. OLE color: 13469131.

HSL color Cylindrical-coordinate representation of color #CB85CD: hue angle of 298.33º degrees, saturation: 0.42, 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 #CB85CD is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203133205-
CMYK0.010.3500.20
HSL298.33º41.86%66.27%-
HSV(B)298.33º35.12%80.39%-
XYZ44.0433.8861.98-
YUV162.14152.19157.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=37.52%
G=24.58%
B=37.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031332050.010.3500.20298.3341.8666.27
HexCB85CD12301412a2a42
Octal31320531514302445252102
Binary11001011100001011100110111000110101001001010101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85CD; }

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

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

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

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

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

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

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

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