Html Css Color HEX #CB6EF2 Heliotrope

📋 copy color: '#CB6EF2'

red 203 ◦ green 110 ◦ blue 242

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

Shades of Heliotrope #CB6EF2

Tints of Heliotrope #CB6EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.6%

R = 36.58%
G = 19.82%
B = 43.6%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB6EF2 (or 0xCB6EF2) is known color: Heliotrope. HEX triplet: CB, 6E and F2. RGB value is (203,110,242). Sum of RGB (Red+Green+Blue) = 203+110+242=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB6EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EF2 is #34910D. Grayscale: #989898. Windows color (decimal): -3445006 or 15888075. OLE color: 15888075.

HSL color Cylindrical-coordinate representation of color #CB6EF2: hue angle of 282.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB6EF2 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 110 242 -
CMYK 0.16 0.55 0 0.05
HSL 282.27º 0.84% 0.69% -
HSV(B) 282.27º 0.55% 0.95% -
XYZ 46.23 30.26 87.41 -
YUV 152.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 203 110 242 0.16 0.55 0 0.05 282.27 0.84 0.69
Hex CB 6E F2 10 37 0 5 11A 54 45
Octal 313 156 362 20 67 0 5 432 124 105
Binary 11001011 1101110 11110010 10000 110111 0 101 100011010 1010100 1000101

Color Harmonies of #CB6EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EF2

Black with #CB6EF2

Text Example


Text Example

White with #CB6EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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