#CB6DE1

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

Shades of Orchid #CB6DE1

Tints of Orchid #CB6DE1

Color information

#CB6DE1 (or 0xCB6DE1) is unknown color: approx Orchid. HEX triplet: CB, 6D and E1. RGB value is (203,109,225). Sum of RGB (Red+Green+Blue) = 203+109+225=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB6DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DE1 is #34921E. Grayscale: #959595. Windows color (decimal): -3445279 or 14773707. OLE color: 14773707.

HSL color Cylindrical-coordinate representation of color #CB6DE1: hue angle of 288.62º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6DE1 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203109225-
CMYK0.100.5200.12
HSL288.62º65.91%65.49%-
HSV(B)288.62º51.56%88.24%-
XYZ43.6929.0774.54-
YUV150.33170.14165.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=37.80%
G=20.30%
B=41.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031092250.100.5200.12288.6265.9165.49
HexCB6DE1A340C1214241
Octal3131553411264014441102101
Binary1100101111011011110000110101101000110010010000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DE1; }

 p { color: rgb(203,109,225); }

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

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

 a { background-color: rgb(203,109,225); }

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

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

 span { border-color: rgb(203,109,225); }

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