#C386FF

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

Shades of Heliotrope #C386FF

Tints of Heliotrope #C386FF

Color information

#C386FF (or 0xC386FF) is unknown color: approx Heliotrope. HEX triplet: C3, 86 and FF. RGB value is (195,134,255). Sum of RGB (Red+Green+Blue) = 195+134+255=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #C386FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386FF is #3C7900. Grayscale: #A5A5A5. Windows color (decimal): -3963137 or 16746179. OLE color: 16746179.

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

Color convert

RGB195134255-
CMYK0.240.4700
HSL270.25º100%76.27%-
HSV(B)270.25º47.45%100%-
XYZ49.0835.8798.94-
YUV166.03178.21148.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.39%
GREEN value IS 134 (52.73% from 255) = 22.95%
BLUE value IS 255 (100% from 255) = 43.66%
R=33.39%
G=22.95%
B=43.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951342550.240.4700270.2510076.27
HexC386FF182F0010e644c
Octal303206377305700416144114
Binary110000111000011011111111110001011110010000111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386FF; }

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

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

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

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

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

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

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

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