Html Css Color HEX #C06EFE Heliotrope

📋 copy color: '#C06EFE'

red 192 ◦ green 110 ◦ blue 254

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

Shades of Heliotrope #C06EFE

Tints of Heliotrope #C06EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 34.53%
G = 19.78%
B = 45.68%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C06EFE (or 0xC06EFE) is known color: Heliotrope. HEX triplet: C0, 6E and FE. RGB value is (192,110,254). Sum of RGB (Red+Green+Blue) = 192+110+254=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #C06EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EFE is #3F9101. Grayscale: #969696. Windows color (decimal): -4165890 or 16674496. OLE color: 16674496.

HSL color Cylindrical-coordinate representation of color #C06EFE: hue angle of 274.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06EFE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 110 254 -
CMYK 0.24 0.57 0 0.00
HSL 274.17º 0.99% 0.71% -
HSV(B) 274.17º 0.57% 1% -
XYZ 45.2 29.51 97.08 -
YUV 150.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 192 110 254 0.24 0.57 0 0.00 274.17 0.99 0.71
Hex C0 6E FE 18 39 0 0 112 63 47
Octal 300 156 376 30 71 0 0 422 143 107
Binary 11000000 1101110 11111110 11000 111001 0 0 100010010 1100011 1000111

Color Harmonies of #C06EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EFE

Black with #C06EFE

Text Example


Text Example

White with #C06EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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