#CB6EDE

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

Shades of Orchid #CB6EDE

Tints of Orchid #CB6EDE

Color information

#CB6EDE (or 0xCB6EDE) is unknown color: approx Orchid. HEX triplet: CB, 6E and DE. RGB value is (203,110,222). Sum of RGB (Red+Green+Blue) = 203+110+222=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EDE is #349121. Grayscale: #969696. Windows color (decimal): -3445026 or 14577355. OLE color: 14577355.

HSL color Cylindrical-coordinate representation of color #CB6EDE: hue angle of 289.82º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6EDE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203110222-
CMYK0.090.5000.13
HSL289.82º62.92%65.1%-
HSV(B)289.82º50.45%87.06%-
XYZ43.3929.1272.44-
YUV150.57168.31165.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 110 (43.36% from 255) = 20.56%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=37.94%
G=20.56%
B=41.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031102220.090.5000.13289.8262.9265.1
HexCB6EDE9320D1223f41
Octal313156336116201544277101
Binary110010111101110110111101001110010011011001000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6EDE; }

 p { color: rgb(203,110,222); }

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

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

 a { background-color: rgb(203,110,222); }

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

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

 span { border-color: rgb(203,110,222); }

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