Html Css Color HEX #C06AEF Heliotrope

📋 copy color: '#C06AEF'

red 192 ◦ green 106 ◦ blue 239

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

Shades of Heliotrope #C06AEF

Tints of Heliotrope #C06AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.74%

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 35.75%
G = 19.74%
B = 44.51%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C06AEF (or 0xC06AEF) is known color: Heliotrope. HEX triplet: C0, 6A and EF. RGB value is (192,106,239). Sum of RGB (Red+Green+Blue) = 192+106+239=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #C06AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AEF is #3F9510. Grayscale: #929292. Windows color (decimal): -4166929 or 15690432. OLE color: 15690432.

HSL color Cylindrical-coordinate representation of color #C06AEF: hue angle of 278.8º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06AEF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 106 239 -
CMYK 0.20 0.56 0 0.06
HSL 278.8º 0.81% 0.68% -
HSV(B) 278.8º 0.56% 0.94% -
XYZ 42.47 27.75 84.78 -
YUV 146.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 192 106 239 0.20 0.56 0 0.06 278.8 0.81 0.68
Hex C0 6A EF 14 38 0 6 117 51 44
Octal 300 152 357 24 70 0 6 427 121 104
Binary 11000000 1101010 11101111 10100 111000 0 110 100010111 1010001 1000100

Color Harmonies of #C06AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AEF

Black with #C06AEF

Text Example


Text Example

White with #C06AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AEF; }

 p { color: rgb(192,106,239); }

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

background-color css

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

 a { background-color: rgb(192,106,239); }

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

border-color css

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

 span { border-color: rgb(192,106,239); }

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