Html Css Color HEX #C460FF Heliotrope

📋 copy color: '#C460FF'

red 196 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #C460FF

Tints of Heliotrope #C460FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.62%

R = 35.83%
G = 17.55%
B = 46.62%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C460FF (or 0xC460FF) is known color: Heliotrope. HEX triplet: C4, 60 and FF. RGB value is (196,96,255). Sum of RGB (Red+Green+Blue) = 196+96+255=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #C460FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C460FF is #3B9F00. Grayscale: #8F8F8F. Windows color (decimal): -3907329 or 16736452. OLE color: 16736452.

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

Color convert

RGB 196 96 255 -
CMYK 0.23 0.62 0 0
HSL 277.74º 1% 0.69% -
HSV(B) 277.74º 0.62% 1% -
XYZ 45 27.32 97.51 -
YUV 144.03 190.63 165.07 -
System Red Green Blue C M Y K H S L
Decimal 196 96 255 0.23 0.62 0 0 277.74 1 0.69
Hex C4 60 FF 17 3E 0 0 116 64 45
Octal 304 140 377 27 76 0 0 426 144 105
Binary 11000100 1100000 11111111 10111 111110 0 0 100010110 1100100 1000101

Color Harmonies of #C460FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460FF

Black with #C460FF

Text Example


Text Example

White with #C460FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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