Html Css Color HEX #C465FE Heliotrope

📋 copy color: '#C465FE'

red 196 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #C465FE

Tints of Heliotrope #C465FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.33%

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

R = 35.57%
G = 18.33%
B = 46.1%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C465FE (or 0xC465FE) is known color: Heliotrope. HEX triplet: C4, 65 and FE. RGB value is (196,101,254). Sum of RGB (Red+Green+Blue) = 196+101+254=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #C465FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C465FE is #3B9A01. Grayscale: #929292. Windows color (decimal): -3906050 or 16672196. OLE color: 16672196.

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

Color convert

RGB 196 101 254 -
CMYK 0.23 0.60 0 0.00
HSL 277.25º 0.99% 0.7% -
HSV(B) 277.25º 0.6% 1% -
XYZ 45.31 28.2 96.82 -
YUV 146.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 196 101 254 0.23 0.60 0 0.00 277.25 0.99 0.7
Hex C4 65 FE 17 3C 0 0 115 63 46
Octal 304 145 376 27 74 0 0 425 143 106
Binary 11000100 1100101 11111110 10111 111100 0 0 100010101 1100011 1000110

Color Harmonies of #C465FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465FE

Black with #C465FE

Text Example


Text Example

White with #C465FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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