Html Css Color HEX #C465FD Heliotrope

📋 copy color: '#C465FD'

red 196 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #C465FD

Tints of Heliotrope #C465FD

RGB

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

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

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

R = 35.64%
G = 18.36%
B = 46%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C465FD (or 0xC465FD) is known color: Heliotrope. HEX triplet: C4, 65 and FD. RGB value is (196,101,253). Sum of RGB (Red+Green+Blue) = 196+101+253=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #C465FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C465FD is #3B9A02. Grayscale: #929292. Windows color (decimal): -3906051 or 16606660. OLE color: 16606660.

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

Color convert

RGB 196 101 253 -
CMYK 0.23 0.60 0 0.01
HSL 277.5º 0.97% 0.69% -
HSV(B) 277.5º 0.6% 0.99% -
XYZ 45.15 28.13 95.98 -
YUV 146.73 187.97 163.14 -
System Red Green Blue C M Y K H S L
Decimal 196 101 253 0.23 0.60 0 0.01 277.5 0.97 0.69
Hex C4 65 FD 17 3C 0 1 116 61 45
Octal 304 145 375 27 74 0 1 426 141 105
Binary 11000100 1100101 11111101 10111 111100 0 1 100010110 1100001 1000101

Color Harmonies of #C465FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465FD

Black with #C465FD

Text Example


Text Example

White with #C465FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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