Html Css Color HEX #C460FE Heliotrope

📋 copy color: '#C460FE'

red 196 ◦ green 96 ◦ blue 254

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

Shades of Heliotrope #C460FE

Tints of Heliotrope #C460FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.58%

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

R = 35.9%
G = 17.58%
B = 46.52%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C460FE (or 0xC460FE) is known color: Heliotrope. HEX triplet: C4, 60 and FE. RGB value is (196,96,254). Sum of RGB (Red+Green+Blue) = 196+96+254=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #C460FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C460FE is #3B9F01. Grayscale: #8F8F8F. Windows color (decimal): -3907330 or 16670916. OLE color: 16670916.

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

Color convert

RGB 196 96 254 -
CMYK 0.23 0.62 0 0.00
HSL 277.97º 0.99% 0.69% -
HSV(B) 277.97º 0.62% 1% -
XYZ 44.84 27.26 96.66 -
YUV 143.91 190.13 165.15 -
System Red Green Blue C M Y K H S L
Decimal 196 96 254 0.23 0.62 0 0.00 277.97 0.99 0.69
Hex C4 60 FE 17 3E 0 0 116 63 45
Octal 304 140 376 27 76 0 0 426 143 105
Binary 11000100 1100000 11111110 10111 111110 0 0 100010110 1100011 1000101

Color Harmonies of #C460FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460FE

Black with #C460FE

Text Example


Text Example

White with #C460FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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