Html Css Color HEX #CB6EE1 Orchid

📋 copy color: '#CB6EE1'

red 203 ◦ green 110 ◦ blue 225

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

Shades of Orchid #CB6EE1

Tints of Orchid #CB6EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.82%

R = 37.73%
G = 20.45%
B = 41.82%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB6EE1 (or 0xCB6EE1) is known color: Orchid. HEX triplet: CB, 6E and E1. RGB value is (203,110,225). Sum of RGB (Red+Green+Blue) = 203+110+225=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EE1 is #34911E. Grayscale: #969696. Windows color (decimal): -3445023 or 14773963. OLE color: 14773963.

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

Color convert

RGB 203 110 225 -
CMYK 0.10 0.51 0 0.12
HSL 288.52º 0.66% 0.66% -
HSV(B) 288.52º 0.51% 0.88% -
XYZ 43.8 29.28 74.58 -
YUV 150.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 203 110 225 0.10 0.51 0 0.12 288.52 0.66 0.66
Hex CB 6E E1 A 33 0 C 121 42 42
Octal 313 156 341 12 63 0 14 441 102 102
Binary 11001011 1101110 11100001 1010 110011 0 1100 100100001 1000010 1000010

Color Harmonies of #CB6EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EE1

Black with #CB6EE1

Text Example


Text Example

White with #CB6EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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