Html Css Color HEX #C06DEE Heliotrope

📋 copy color: '#C06DEE'

red 192 ◦ green 109 ◦ blue 238

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

Shades of Heliotrope #C06DEE

Tints of Heliotrope #C06DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.22%

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

R = 35.62%
G = 20.22%
B = 44.16%

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

#C06DEE (or 0xC06DEE) is known color: Heliotrope. HEX triplet: C0, 6D and EE. RGB value is (192,109,238). Sum of RGB (Red+Green+Blue) = 192+109+238=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #C06DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DEE is #3F9211. Grayscale: #949494. Windows color (decimal): -4166162 or 15625664. OLE color: 15625664.

HSL color Cylindrical-coordinate representation of color #C06DEE: hue angle of 278.6º 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 #C06DEE is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 109 238 -
CMYK 0.19 0.54 0 0.07
HSL 278.6º 0.79% 0.68% -
HSV(B) 278.6º 0.54% 0.93% -
XYZ 42.64 28.32 84.11 -
YUV 148.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 192 109 238 0.19 0.54 0 0.07 278.6 0.79 0.68
Hex C0 6D EE 13 36 0 7 117 4F 44
Octal 300 155 356 23 66 0 7 427 117 104
Binary 11000000 1101101 11101110 10011 110110 0 111 100010111 1001111 1000100

Color Harmonies of #C06DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06DEE

Black with #C06DEE

Text Example


Text Example

White with #C06DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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