Html Css Color HEX #C463FC Heliotrope

📋 copy color: '#C463FC'

red 196 ◦ green 99 ◦ blue 252

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

Shades of Heliotrope #C463FC

Tints of Heliotrope #C463FC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.1%

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

R = 35.83%
G = 18.1%
B = 46.07%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C463FC (or 0xC463FC) is known color: Heliotrope. HEX triplet: C4, 63 and FC. RGB value is (196,99,252). Sum of RGB (Red+Green+Blue) = 196+99+252=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #C463FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C463FC is #3B9C03. Grayscale: #909090. Windows color (decimal): -3906564 or 16540612. OLE color: 16540612.

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

Color convert

RGB 196 99 252 -
CMYK 0.22 0.61 0 0.01
HSL 278.04º 0.96% 0.69% -
HSV(B) 278.04º 0.61% 0.99% -
XYZ 44.8 27.69 95.08 -
YUV 145.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 196 99 252 0.22 0.61 0 0.01 278.04 0.96 0.69
Hex C4 63 FC 16 3D 0 1 116 60 45
Octal 304 143 374 26 75 0 1 426 140 105
Binary 11000100 1100011 11111100 10110 111101 0 1 100010110 1100000 1000101

Color Harmonies of #C463FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463FC

Black with #C463FC

Text Example


Text Example

White with #C463FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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