#C385FD

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

Shades of Heliotrope #C385FD

Tints of Heliotrope #C385FD

Color information

#C385FD (or 0xC385FD) is unknown color: approx Heliotrope. HEX triplet: C3, 85 and FD. RGB value is (195,133,253). Sum of RGB (Red+Green+Blue) = 195+133+253=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #C385FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385FD is #3C7A02. Grayscale: #A4A4A4. Windows color (decimal): -3963395 or 16614851. OLE color: 16614851.

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

Color convert

RGB195133253-
CMYK0.230.4700.01
HSL271º96.77%75.69%-
HSV(B)271º47.43%99.22%-
XYZ48.6235.4797.21-
YUV165.22177.54149.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=33.56%
G=22.89%
B=43.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951332530.230.4700.0127196.7775.69
HexC385FD172F0110f614c
Octal303205375275701417141114
Binary110000111000010111111101101111011110110000111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385FD; }

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

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

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

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

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

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

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

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