#D655FE

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

Shades of Heliotrope #D655FE

Tints of Heliotrope #D655FE

Color information

#D655FE (or 0xD655FE) is unknown color: approx Heliotrope. HEX triplet: D6, 55 and FE. RGB value is (214,85,254). Sum of RGB (Red+Green+Blue) = 214+85+254=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #D655FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655FE is #29AA01. Grayscale: #8E8E8E. Windows color (decimal): -2730498 or 16668118. OLE color: 16668118.

HSL color Cylindrical-coordinate representation of color #D655FE: hue angle of 285.8º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D655FE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21485254-
CMYK0.160.6700.00
HSL285.8º98.83%66.47%-
HSV(B)285.8º66.54%99.61%-
XYZ48.8727.9596.58-
YUV142.84190.74178.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 85 (33.59% from 255) = 15.37%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=38.70%
G=15.37%
B=45.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal214852540.160.6700.00285.898.8366.47
HexD655FE10430011e6342
Octal3261253762010300436143102
Binary110101101010101111111101000010000110010001111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D655FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D655FE; }

 p { color: rgb(214,85,254); }

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

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

 a { background-color: rgb(214,85,254); }

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

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

 span { border-color: rgb(214,85,254); }

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