Html Css Color HEX #CB6EEA Heliotrope

📋 copy color: '#CB6EEA'

red 203 ◦ green 110 ◦ blue 234

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

Shades of Heliotrope #CB6EEA

Tints of Heliotrope #CB6EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 37.11%
G = 20.11%
B = 42.78%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB6EEA (or 0xCB6EEA) is known color: Heliotrope. HEX triplet: CB, 6E and EA. RGB value is (203,110,234). Sum of RGB (Red+Green+Blue) = 203+110+234=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EEA is #349115. Grayscale: #979797. Windows color (decimal): -3445014 or 15363787. OLE color: 15363787.

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

Color convert

RGB 203 110 234 -
CMYK 0.13 0.53 0 0.08
HSL 285º 0.75% 0.67% -
HSV(B) 285º 0.53% 0.92% -
XYZ 45.06 29.79 81.22 -
YUV 151.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 203 110 234 0.13 0.53 0 0.08 285 0.75 0.67
Hex CB 6E EA D 35 0 8 11D 4B 43
Octal 313 156 352 15 65 0 10 435 113 103
Binary 11001011 1101110 11101010 1101 110101 0 1000 100011101 1001011 1000011

Color Harmonies of #CB6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EEA

Black with #CB6EEA

Text Example


Text Example

White with #CB6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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