Html Css Color HEX #C06FF0 Heliotrope

📋 copy color: '#C06FF0'

red 192 ◦ green 111 ◦ blue 240

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

Shades of Heliotrope #C06FF0

Tints of Heliotrope #C06FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.44%

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 35.36%
G = 20.44%
B = 44.2%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C06FF0 (or 0xC06FF0) is known color: Heliotrope. HEX triplet: C0, 6F and F0. RGB value is (192,111,240). Sum of RGB (Red+Green+Blue) = 192+111+240=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #C06FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06FF0 is #3F900F. Grayscale: #959595. Windows color (decimal): -4165648 or 15757248. OLE color: 15757248.

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

Color convert

RGB 192 111 240 -
CMYK 0.20 0.54 0 0.06
HSL 277.67º 0.81% 0.69% -
HSV(B) 277.67º 0.54% 0.94% -
XYZ 43.15 28.87 85.74 -
YUV 149.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 192 111 240 0.20 0.54 0 0.06 277.67 0.81 0.69
Hex C0 6F F0 14 36 0 6 116 51 45
Octal 300 157 360 24 66 0 6 426 121 105
Binary 11000000 1101111 11110000 10100 110110 0 110 100010110 1010001 1000101

Color Harmonies of #C06FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FF0

Black with #C06FF0

Text Example


Text Example

White with #C06FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FF0; }

 p { color: rgb(192,111,240); }

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

background-color css

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

 a { background-color: rgb(192,111,240); }

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

border-color css

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

 span { border-color: rgb(192,111,240); }

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