#C475FC

Color #C475FC Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C475FC

Tints of Heliotrope #C475FC

Color information

#C475FC (or 0xC475FC) is unknown color: approx Heliotrope. HEX triplet: C4, 75 and FC. RGB value is (196,117,252). Sum of RGB (Red+Green+Blue) = 196+117+252=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #C475FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475FC is #3B8A03. Grayscale: #9B9B9B. Windows color (decimal): -3901956 or 16545220. OLE color: 16545220.

HSL color Cylindrical-coordinate representation of color #C475FC: hue angle of 275.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C475FC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196117252-
CMYK0.220.5400.01
HSL275.11º95.74%72.35%-
HSV(B)275.11º53.57%98.82%-
XYZ46.731.4995.71-
YUV156.01182.17156.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.69%
GREEN value IS 117 (46.09% from 255) = 20.71%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=34.69%
G=20.71%
B=44.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961172520.220.5400.01275.1195.7472.35
HexC475FC1636011136048
Octal304165374266601423140110
Binary11000100111010111111100101101101100110001001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475FC; }

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

 H1.HeaderClassName
 {
   color: #C475FC;
 }
 .AnyTagClassName
 {
   color: #C475FC;
 }
</style>
background-color css

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

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

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

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

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

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