Html Css Color HEX #C061F6 Heliotrope

📋 copy color: '#C061F6'

red 192 ◦ green 97 ◦ blue 246

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

Shades of Heliotrope #C061F6

Tints of Heliotrope #C061F6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.13%

 BLUE value IS 246 (96.48% from 255) = 45.98%

R = 35.89%
G = 18.13%
B = 45.98%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C061F6 (or 0xC061F6) is known color: Heliotrope. HEX triplet: C0, 61 and F6. RGB value is (192,97,246). Sum of RGB (Red+Green+Blue) = 192+97+246=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #C061F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C061F6 is #3F9E09. Grayscale: #8D8D8D. Windows color (decimal): -4169226 or 16146880. OLE color: 16146880.

HSL color Cylindrical-coordinate representation of color #C061F6: hue angle of 278.26º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C061F6 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 97 246 -
CMYK 0.22 0.61 0 0.04
HSL 278.26º 0.89% 0.67% -
HSV(B) 278.26º 0.61% 0.96% -
XYZ 42.65 26.41 90.04 -
YUV 142.39 186.47 163.38 -
System Red Green Blue C M Y K H S L
Decimal 192 97 246 0.22 0.61 0 0.04 278.26 0.89 0.67
Hex C0 61 F6 16 3D 0 4 116 59 43
Octal 300 141 366 26 75 0 4 426 131 103
Binary 11000000 1100001 11110110 10110 111101 0 100 100010110 1011001 1000011

Color Harmonies of #C061F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061F6

Black with #C061F6

Text Example


Text Example

White with #C061F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061F6; }

 p { color: rgb(192,97,246); }

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

background-color css

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

 a { background-color: rgb(192,97,246); }

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

border-color css

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

 span { border-color: rgb(192,97,246); }

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