#C384FF

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

Shades of Heliotrope #C384FF

Tints of Heliotrope #C384FF

Color information

#C384FF (or 0xC384FF) is unknown color: approx Heliotrope. HEX triplet: C3, 84 and FF. RGB value is (195,132,255). Sum of RGB (Red+Green+Blue) = 195+132+255=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #C384FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384FF is #3C7B00. Grayscale: #A4A4A4. Windows color (decimal): -3963649 or 16745667. OLE color: 16745667.

HSL color Cylindrical-coordinate representation of color #C384FF: hue angle of 270.73º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C384FF is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB195132255-
CMYK0.240.4800
HSL270.73º100%75.88%-
HSV(B)270.73º48.24%100%-
XYZ48.8135.3298.85-
YUV164.86178.87149.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.51%
GREEN value IS 132 (51.95% from 255) = 22.68%
BLUE value IS 255 (100% from 255) = 43.81%
R=33.51%
G=22.68%
B=43.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951322550.240.4800270.7310075.88
HexC384FF18300010f644c
Octal303204377306000417144114
Binary110000111000010011111111110001100000010000111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384FF; }

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

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

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

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

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

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

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

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