Html Css Color HEX #C06EFC Heliotrope

📋 copy color: '#C06EFC'

red 192 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #C06EFC

Tints of Heliotrope #C06EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 34.66%
G = 19.86%
B = 45.49%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C06EFC (or 0xC06EFC) is known color: Heliotrope. HEX triplet: C0, 6E and FC. RGB value is (192,110,252). Sum of RGB (Red+Green+Blue) = 192+110+252=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #C06EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EFC is #3F9103. Grayscale: #969696. Windows color (decimal): -4165892 or 16543424. OLE color: 16543424.

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

Color convert

RGB 192 110 252 -
CMYK 0.24 0.56 0 0.01
HSL 274.65º 0.96% 0.71% -
HSV(B) 274.65º 0.56% 0.99% -
XYZ 44.88 29.39 95.4 -
YUV 150.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 192 110 252 0.24 0.56 0 0.01 274.65 0.96 0.71
Hex C0 6E FC 18 38 0 1 113 60 47
Octal 300 156 374 30 70 0 1 423 140 107
Binary 11000000 1101110 11111100 11000 111000 0 1 100010011 1100000 1000111

Color Harmonies of #C06EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EFC

Black with #C06EFC

Text Example


Text Example

White with #C06EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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