Html Css Color HEX #C06EFB Heliotrope

📋 copy color: '#C06EFB'

red 192 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #C06EFB

Tints of Heliotrope #C06EFB

RGB

 RED value IS 192 (75.39% from 255) = 34.72%

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

 BLUE value IS 251 (98.44% from 255) = 45.39%

R = 34.72%
G = 19.89%
B = 45.39%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C06EFB (or 0xC06EFB) is known color: Heliotrope. HEX triplet: C0, 6E and FB. RGB value is (192,110,251). Sum of RGB (Red+Green+Blue) = 192+110+251=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #C06EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EFB is #3F9104. Grayscale: #969696. Windows color (decimal): -4165893 or 16477888. OLE color: 16477888.

HSL color Cylindrical-coordinate representation of color #C06EFB: hue angle of 274.89º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06EFB is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 110 251 -
CMYK 0.24 0.56 0 0.02
HSL 274.89º 0.95% 0.71% -
HSV(B) 274.89º 0.56% 0.98% -
XYZ 44.73 29.32 94.57 -
YUV 150.59 184.67 157.54 -
System Red Green Blue C M Y K H S L
Decimal 192 110 251 0.24 0.56 0 0.02 274.89 0.95 0.71
Hex C0 6E FB 18 38 0 2 113 5F 47
Octal 300 156 373 30 70 0 2 423 137 107
Binary 11000000 1101110 11111011 11000 111000 0 10 100010011 1011111 1000111

Color Harmonies of #C06EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EFB

Black with #C06EFB

Text Example


Text Example

White with #C06EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EFB; }

 p { color: rgb(192,110,251); }

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

background-color css

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

 a { background-color: rgb(192,110,251); }

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

border-color css

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

 span { border-color: rgb(192,110,251); }

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