Html Css Color HEX #CB6BEB Heliotrope

📋 copy color: '#CB6BEB'

red 203 ◦ green 107 ◦ blue 235

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

Shades of Heliotrope #CB6BEB

Tints of Heliotrope #CB6BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.63%

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 37.25%
G = 19.63%
B = 43.12%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB6BEB (or 0xCB6BEB) is known color: Heliotrope. HEX triplet: CB, 6B and EB. RGB value is (203,107,235). Sum of RGB (Red+Green+Blue) = 203+107+235=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB6BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6BEB is #349414. Grayscale: #959595. Windows color (decimal): -3445781 or 15428555. OLE color: 15428555.

HSL color Cylindrical-coordinate representation of color #CB6BEB: hue angle of 285º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6BEB is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 107 235 -
CMYK 0.14 0.54 0 0.08
HSL 285º 0.76% 0.67% -
HSV(B) 285º 0.54% 0.92% -
XYZ 44.88 29.21 81.87 -
YUV 150.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 203 107 235 0.14 0.54 0 0.08 285 0.76 0.67
Hex CB 6B EB E 36 0 8 11D 4C 43
Octal 313 153 353 16 66 0 10 435 114 103
Binary 11001011 1101011 11101011 1110 110110 0 1000 100011101 1001100 1000011

Color Harmonies of #CB6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6BEB

Black with #CB6BEB

Text Example


Text Example

White with #CB6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6BEB; }

 p { color: rgb(203,107,235); }

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

background-color css

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

 a { background-color: rgb(203,107,235); }

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

border-color css

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

 span { border-color: rgb(203,107,235); }

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