#D65EFF

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

Shades of Heliotrope #D65EFF

Tints of Heliotrope #D65EFF

Color information

#D65EFF (or 0xD65EFF) is unknown color: approx Heliotrope. HEX triplet: D6, 5E and FF. RGB value is (214,94,255). Sum of RGB (Red+Green+Blue) = 214+94+255=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #D65EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65EFF is #29A100. Grayscale: #939393. Windows color (decimal): -2728193 or 16735958. OLE color: 16735958.

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

Color convert

RGB21494255-
CMYK0.160.6300
HSL284.72º100%68.43%-
HSV(B)284.72º63.14%100%-
XYZ49.7829.5297.68-
YUV148.23188.26174.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 94 (37.11% from 255) = 16.70%
BLUE value IS 255 (100% from 255) = 45.29%
R=38.01%
G=16.70%
B=45.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214942550.160.6300284.7210068.43
HexD65EFF103F0011d6444
Octal326136377207700435144104
Binary11010110101111011111111100001111110010001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65EFF; }

 p { color: rgb(214,94,255); }

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

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

 a { background-color: rgb(214,94,255); }

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

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

 span { border-color: rgb(214,94,255); }

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