Html Css Color HEX #C06EEE Heliotrope

📋 copy color: '#C06EEE'

red 192 ◦ green 110 ◦ blue 238

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

Shades of Heliotrope #C06EEE

Tints of Heliotrope #C06EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.07%

R = 35.56%
G = 20.37%
B = 44.07%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C06EEE (or 0xC06EEE) is known color: Heliotrope. HEX triplet: C0, 6E and EE. RGB value is (192,110,238). Sum of RGB (Red+Green+Blue) = 192+110+238=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #C06EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EEE is #3F9111. Grayscale: #949494. Windows color (decimal): -4165906 or 15625920. OLE color: 15625920.

HSL color Cylindrical-coordinate representation of color #C06EEE: hue angle of 278.44º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06EEE is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 110 238 -
CMYK 0.19 0.54 0 0.07
HSL 278.44º 0.79% 0.68% -
HSV(B) 278.44º 0.54% 0.93% -
XYZ 42.75 28.53 84.14 -
YUV 149.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 192 110 238 0.19 0.54 0 0.07 278.44 0.79 0.68
Hex C0 6E EE 13 36 0 7 116 4F 44
Octal 300 156 356 23 66 0 7 426 117 104
Binary 11000000 1101110 11101110 10011 110110 0 111 100010110 1001111 1000100

Color Harmonies of #C06EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EEE

Black with #C06EEE

Text Example


Text Example

White with #C06EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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