#C469FD

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

Shades of Heliotrope #C469FD

Tints of Heliotrope #C469FD

Color information

#C469FD (or 0xC469FD) is unknown color: approx Heliotrope. HEX triplet: C4, 69 and FD. RGB value is (196,105,253). Sum of RGB (Red+Green+Blue) = 196+105+253=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #C469FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C469FD is #3B9602. Grayscale: #949494. Windows color (decimal): -3905027 or 16607684. OLE color: 16607684.

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

Color convert

RGB196105253-
CMYK0.230.5800.01
HSL276.89º97.37%70.2%-
HSV(B)276.89º58.5%99.22%-
XYZ45.5528.9396.11-
YUV149.08186.65161.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 105 (41.41% from 255) = 18.95%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=35.38%
G=18.95%
B=45.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961052530.230.5800.01276.8997.3770.2
HexC469FD173A011156146
Octal304151375277201425141106
Binary11000100110100111111101101111110100110001010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C469FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C469FD; }

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

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

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

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

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

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

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

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