Html Css Color HEX #C06EFF Heliotrope

📋 copy color: '#C06EFF'

red 192 ◦ green 110 ◦ blue 255

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

Shades of Heliotrope #C06EFF

Tints of Heliotrope #C06EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.78%

R = 34.47%
G = 19.75%
B = 45.78%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C06EFF (or 0xC06EFF) is known color: Heliotrope. HEX triplet: C0, 6E and FF. RGB value is (192,110,255). Sum of RGB (Red+Green+Blue) = 192+110+255=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #C06EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EFF is #3F9100. Grayscale: #969696. Windows color (decimal): -4165889 or 16740032. OLE color: 16740032.

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

Color convert

RGB 192 110 255 -
CMYK 0.25 0.57 0 0
HSL 273.93º 1% 0.72% -
HSV(B) 273.93º 0.57% 1% -
XYZ 45.36 29.58 97.93 -
YUV 151.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 192 110 255 0.25 0.57 0 0 273.93 1 0.72
Hex C0 6E FF 19 39 0 0 112 64 48
Octal 300 156 377 31 71 0 0 422 144 110
Binary 11000000 1101110 11111111 11001 111001 0 0 100010010 1100100 1001000

Color Harmonies of #C06EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EFF

Black with #C06EFF

Text Example


Text Example

White with #C06EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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