Html Css Color HEX #C466FD Heliotrope

📋 copy color: '#C466FD'

red 196 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #C466FD

Tints of Heliotrope #C466FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.51%

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

R = 35.57%
G = 18.51%
B = 45.92%

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

#C466FD (or 0xC466FD) is known color: Heliotrope. HEX triplet: C4, 66 and FD. RGB value is (196,102,253). Sum of RGB (Red+Green+Blue) = 196+102+253=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #C466FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466FD is #3B9902. Grayscale: #929292. Windows color (decimal): -3905795 or 16606916. OLE color: 16606916.

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

Color convert

RGB 196 102 253 -
CMYK 0.23 0.60 0 0.01
HSL 277.35º 0.97% 0.7% -
HSV(B) 277.35º 0.6% 0.99% -
XYZ 45.25 28.33 96.01 -
YUV 147.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 196 102 253 0.23 0.60 0 0.01 277.35 0.97 0.7
Hex C4 66 FD 17 3C 0 1 115 61 46
Octal 304 146 375 27 74 0 1 425 141 106
Binary 11000100 1100110 11111101 10111 111100 0 1 100010101 1100001 1000110

Color Harmonies of #C466FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466FD

Black with #C466FD

Text Example


Text Example

White with #C466FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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