Html Css Color HEX #C461F6 Heliotrope

📋 copy color: '#C461F6'

red 196 ◦ green 97 ◦ blue 246

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

Shades of Heliotrope #C461F6

Tints of Heliotrope #C461F6

RGB

 RED value IS 196 (76.95% from 255) = 36.36%

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

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

R = 36.36%
G = 18%
B = 45.64%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C461F6 (or 0xC461F6) is known color: Heliotrope. HEX triplet: C4, 61 and F6. RGB value is (196,97,246). Sum of RGB (Red+Green+Blue) = 196+97+246=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #C461F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C461F6 is #3B9E09. Grayscale: #8F8F8F. Windows color (decimal): -3907082 or 16146884. OLE color: 16146884.

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

Color convert

RGB 196 97 246 -
CMYK 0.20 0.61 0 0.04
HSL 279.87º 0.89% 0.67% -
HSV(B) 279.87º 0.61% 0.96% -
XYZ 43.67 26.94 90.09 -
YUV 143.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 196 97 246 0.20 0.61 0 0.04 279.87 0.89 0.67
Hex C4 61 F6 14 3D 0 4 118 59 43
Octal 304 141 366 24 75 0 4 430 131 103
Binary 11000100 1100001 11110110 10100 111101 0 100 100011000 1011001 1000011

Color Harmonies of #C461F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461F6

Black with #C461F6

Text Example


Text Example

White with #C461F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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