#D65CFF

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

Shades of Heliotrope #D65CFF

Tints of Heliotrope #D65CFF

Color information

#D65CFF (or 0xD65CFF) is unknown color: approx Heliotrope. HEX triplet: D6, 5C and FF. RGB value is (214,92,255). Sum of RGB (Red+Green+Blue) = 214+92+255=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #D65CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CFF is #29A300. Grayscale: #929292. Windows color (decimal): -2728705 or 16735446. OLE color: 16735446.

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

Color convert

RGB21492255-
CMYK0.160.6400
HSL284.91º100%68.04%-
HSV(B)284.91º63.92%100%-
XYZ49.6129.1797.62-
YUV147.06188.92175.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 92 (36.33% from 255) = 16.40%
BLUE value IS 255 (100% from 255) = 45.45%
R=38.15%
G=16.40%
B=45.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214922550.160.6400284.9110068.04
HexD65CFF10400011d6444
Octal3261343772010000435144104
Binary110101101011100111111111000010000000010001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CFF; }

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

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

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

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

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

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

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

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