Html Css Color HEX #C460FD Heliotrope

📋 copy color: '#C460FD'

red 196 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #C460FD

Tints of Heliotrope #C460FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 35.96%
G = 17.61%
B = 46.42%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C460FD (or 0xC460FD) is known color: Heliotrope. HEX triplet: C4, 60 and FD. RGB value is (196,96,253). Sum of RGB (Red+Green+Blue) = 196+96+253=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #C460FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C460FD is #3B9F02. Grayscale: #8F8F8F. Windows color (decimal): -3907331 or 16605380. OLE color: 16605380.

HSL color Cylindrical-coordinate representation of color #C460FD: hue angle of 278.22º degrees, saturation: 0.98, 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 #C460FD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 96 253 -
CMYK 0.23 0.62 0 0.01
HSL 278.22º 0.98% 0.68% -
HSV(B) 278.22º 0.62% 0.99% -
XYZ 44.68 27.19 95.82 -
YUV 143.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 196 96 253 0.23 0.62 0 0.01 278.22 0.98 0.68
Hex C4 60 FD 17 3E 0 1 116 62 44
Octal 304 140 375 27 76 0 1 426 142 104
Binary 11000100 1100000 11111101 10111 111110 0 1 100010110 1100010 1000100

Color Harmonies of #C460FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460FD

Black with #C460FD

Text Example


Text Example

White with #C460FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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