Html Css Color HEX #C461FC Heliotrope

📋 copy color: '#C461FC'

red 196 ◦ green 97 ◦ blue 252

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

Shades of Heliotrope #C461FC

Tints of Heliotrope #C461FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 35.96%
G = 17.8%
B = 46.24%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C461FC (or 0xC461FC) is known color: Heliotrope. HEX triplet: C4, 61 and FC. RGB value is (196,97,252). Sum of RGB (Red+Green+Blue) = 196+97+252=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #C461FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C461FC is #3B9E03. Grayscale: #8F8F8F. Windows color (decimal): -3907076 or 16540100. OLE color: 16540100.

HSL color Cylindrical-coordinate representation of color #C461FC: hue angle of 278.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C461FC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 97 252 -
CMYK 0.22 0.62 0 0.01
HSL 278.32º 0.96% 0.68% -
HSV(B) 278.32º 0.62% 0.99% -
XYZ 44.61 27.31 95.02 -
YUV 144.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 196 97 252 0.22 0.62 0 0.01 278.32 0.96 0.68
Hex C4 61 FC 16 3E 0 1 116 60 44
Octal 304 141 374 26 76 0 1 426 140 104
Binary 11000100 1100001 11111100 10110 111110 0 1 100010110 1100000 1000100

Color Harmonies of #C461FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461FC

Black with #C461FC

Text Example


Text Example

White with #C461FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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