Html Css Color HEX #CB6EE0 Orchid

📋 copy color: '#CB6EE0'

red 203 ◦ green 110 ◦ blue 224

#CB6EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB6EE0

Tints of Orchid #CB6EE0

RGB

 RED value IS 203 (79.69% from 255) = 37.8%

 GREEN value IS 110 (43.36% from 255) = 20.48%

 BLUE value IS 224 (87.89% from 255) = 41.71%

R = 37.8%
G = 20.48%
B = 41.71%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB6EE0 (or 0xCB6EE0) is known color: Orchid. HEX triplet: CB, 6E and E0. RGB value is (203,110,224). Sum of RGB (Red+Green+Blue) = 203+110+224=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EE0 is #34911F. Grayscale: #969696. Windows color (decimal): -3445024 or 14708427. OLE color: 14708427.

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

Color convert

RGB 203 110 224 -
CMYK 0.09 0.51 0 0.12
HSL 288.95º 0.65% 0.65% -
HSV(B) 288.95º 0.51% 0.88% -
XYZ 43.66 29.23 73.86 -
YUV 150.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 203 110 224 0.09 0.51 0 0.12 288.95 0.65 0.65
Hex CB 6E E0 9 33 0 C 121 41 41
Octal 313 156 340 11 63 0 14 441 101 101
Binary 11001011 1101110 11100000 1001 110011 0 1100 100100001 1000001 1000001

Color Harmonies of #CB6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EE0

Black with #CB6EE0

Text Example


Text Example

White with #CB6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EE0; }

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

 H1.HeaderClassName
 {
   color: #CB6EE0;
 }
 .AnyTagClassName
 {
   color: #CB6EE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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