#C385F8

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

Shades of Heliotrope #C385F8

Tints of Heliotrope #C385F8

Color information

#C385F8 (or 0xC385F8) is unknown color: approx Heliotrope. HEX triplet: C3, 85 and F8. RGB value is (195,133,248). Sum of RGB (Red+Green+Blue) = 195+133+248=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #C385F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385F8 is #3C7A07. Grayscale: #A4A4A4. Windows color (decimal): -3963400 or 16287171. OLE color: 16287171.

HSL color Cylindrical-coordinate representation of color #C385F8: hue angle of 272.35º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C385F8 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB195133248-
CMYK0.210.4600.03
HSL272.35º89.15%74.71%-
HSV(B)272.35º46.37%97.25%-
XYZ47.8435.1593.07-
YUV164.65175.04149.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 133 (52.34% from 255) = 23.09%
BLUE value IS 248 (97.27% from 255) = 43.06%
R=33.85%
G=23.09%
B=43.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1951332480.210.4600.03272.3589.1574.71
HexC385F8152E03110594b
Octal303205370255603420131113
Binary1100001110000101111110001010110111001110001000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385F8; }

 p { color: rgb(195,133,248); }

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

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

 a { background-color: rgb(195,133,248); }

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

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

 span { border-color: rgb(195,133,248); }

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