Html Css Color HEX #C466FC Heliotrope

📋 copy color: '#C466FC'

red 196 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #C466FC

Tints of Heliotrope #C466FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 35.64%
G = 18.55%
B = 45.82%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C466FC (or 0xC466FC) is known color: Heliotrope. HEX triplet: C4, 66 and FC. RGB value is (196,102,252). Sum of RGB (Red+Green+Blue) = 196+102+252=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #C466FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466FC is #3B9903. Grayscale: #929292. Windows color (decimal): -3905796 or 16541380. OLE color: 16541380.

HSL color Cylindrical-coordinate representation of color #C466FC: hue angle of 277.6º degrees, saturation: 0.96, 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 #C466FC is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 102 252 -
CMYK 0.22 0.60 0 0.01
HSL 277.6º 0.96% 0.69% -
HSV(B) 277.6º 0.6% 0.99% -
XYZ 45.09 28.27 95.18 -
YUV 147.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 196 102 252 0.22 0.60 0 0.01 277.6 0.96 0.69
Hex C4 66 FC 16 3C 0 1 116 60 45
Octal 304 146 374 26 74 0 1 426 140 105
Binary 11000100 1100110 11111100 10110 111100 0 1 100010110 1100000 1000101

Color Harmonies of #C466FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466FC

Black with #C466FC

Text Example


Text Example

White with #C466FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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