#C384FA

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

Shades of Heliotrope #C384FA

Tints of Heliotrope #C384FA

Color information

#C384FA (or 0xC384FA) is unknown color: approx Heliotrope. HEX triplet: C3, 84 and FA. RGB value is (195,132,250). Sum of RGB (Red+Green+Blue) = 195+132+250=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #C384FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384FA is #3C7B05. Grayscale: #A3A3A3. Windows color (decimal): -3963654 or 16417987. OLE color: 16417987.

HSL color Cylindrical-coordinate representation of color #C384FA: hue angle of 272.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C384FA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195132250-
CMYK0.220.4700.02
HSL272.03º92.19%74.9%-
HSV(B)272.03º47.2%98.04%-
XYZ48.0135.0194.67-
YUV164.29176.37149.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.80%
GREEN value IS 132 (51.95% from 255) = 22.88%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=33.80%
G=22.88%
B=43.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951322500.220.4700.02272.0392.1974.9
HexC384FA162F021105c4b
Octal303204372265702420134113
Binary1100001110000100111110101011010111101010001000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384FA; }

 p { color: rgb(195,132,250); }

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

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

 a { background-color: rgb(195,132,250); }

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

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

 span { border-color: rgb(195,132,250); }

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