Html Css Color HEX #C06CF2 Heliotrope

📋 copy color: '#C06CF2'

red 192 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #C06CF2

Tints of Heliotrope #C06CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.93%

 BLUE value IS 242 (94.92% from 255) = 44.65%

R = 35.42%
G = 19.93%
B = 44.65%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C06CF2 (or 0xC06CF2) is known color: Heliotrope. HEX triplet: C0, 6C and F2. RGB value is (192,108,242). Sum of RGB (Red+Green+Blue) = 192+108+242=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #C06CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CF2 is #3F930D. Grayscale: #939393. Windows color (decimal): -4166414 or 15887552. OLE color: 15887552.

HSL color Cylindrical-coordinate representation of color #C06CF2: hue angle of 277.61º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06CF2 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 108 242 -
CMYK 0.21 0.55 0 0.05
HSL 277.61º 0.84% 0.69% -
HSV(B) 277.61º 0.55% 0.95% -
XYZ 43.13 28.34 87.2 -
YUV 148.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 192 108 242 0.21 0.55 0 0.05 277.61 0.84 0.69
Hex C0 6C F2 15 37 0 5 116 54 45
Octal 300 154 362 25 67 0 5 426 124 105
Binary 11000000 1101100 11110010 10101 110111 0 101 100010110 1010100 1000101

Color Harmonies of #C06CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CF2

Black with #C06CF2

Text Example


Text Example

White with #C06CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CF2; }

 p { color: rgb(192,108,242); }

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

background-color css

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

 a { background-color: rgb(192,108,242); }

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

border-color css

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

 span { border-color: rgb(192,108,242); }

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