Html Css Color HEX #C462FE Heliotrope

📋 copy color: '#C462FE'

red 196 ◦ green 98 ◦ blue 254

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

Shades of Heliotrope #C462FE

Tints of Heliotrope #C462FE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.88%

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 35.77%
G = 17.88%
B = 46.35%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C462FE (or 0xC462FE) is known color: Heliotrope. HEX triplet: C4, 62 and FE. RGB value is (196,98,254). Sum of RGB (Red+Green+Blue) = 196+98+254=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #C462FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C462FE is #3B9D01. Grayscale: #909090. Windows color (decimal): -3906818 or 16671428. OLE color: 16671428.

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

Color convert

RGB 196 98 254 -
CMYK 0.23 0.61 0 0.00
HSL 277.69º 0.99% 0.69% -
HSV(B) 277.69º 0.61% 1% -
XYZ 45.02 27.63 96.73 -
YUV 145.09 189.47 164.32 -
System Red Green Blue C M Y K H S L
Decimal 196 98 254 0.23 0.61 0 0.00 277.69 0.99 0.69
Hex C4 62 FE 17 3D 0 0 116 63 45
Octal 304 142 376 27 75 0 0 426 143 105
Binary 11000100 1100010 11111110 10111 111101 0 0 100010110 1100011 1000101

Color Harmonies of #C462FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462FE

Black with #C462FE

Text Example


Text Example

White with #C462FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462FE; }

 p { color: rgb(196,98,254); }

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

background-color css

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

 a { background-color: rgb(196,98,254); }

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

border-color css

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

 span { border-color: rgb(196,98,254); }

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