Html Css Color HEX #C261F6 Heliotrope

📋 copy color: '#C261F6'

red 194 ◦ green 97 ◦ blue 246

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

Shades of Heliotrope #C261F6

Tints of Heliotrope #C261F6

RGB

 RED value IS 194 (76.17% from 255) = 36.13%

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

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

R = 36.13%
G = 18.06%
B = 45.81%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C261F6 (or 0xC261F6) is known color: Heliotrope. HEX triplet: C2, 61 and F6. RGB value is (194,97,246). Sum of RGB (Red+Green+Blue) = 194+97+246=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #C261F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261F6 is #3D9E09. Grayscale: #8E8E8E. Windows color (decimal): -4038154 or 16146882. OLE color: 16146882.

HSL color Cylindrical-coordinate representation of color #C261F6: hue angle of 279.06º 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 #C261F6 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 97 246 -
CMYK 0.21 0.61 0 0.04
HSL 279.06º 0.89% 0.67% -
HSV(B) 279.06º 0.61% 0.96% -
XYZ 43.16 26.67 90.06 -
YUV 142.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 194 97 246 0.21 0.61 0 0.04 279.06 0.89 0.67
Hex C2 61 F6 15 3D 0 4 117 59 43
Octal 302 141 366 25 75 0 4 427 131 103
Binary 11000010 1100001 11110110 10101 111101 0 100 100010111 1011001 1000011

Color Harmonies of #C261F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261F6

Black with #C261F6

Text Example


Text Example

White with #C261F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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