#D05CFF

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

Shades of Heliotrope #D05CFF

Tints of Heliotrope #D05CFF

Color information

#D05CFF (or 0xD05CFF) is unknown color: approx Heliotrope. HEX triplet: D0, 5C and FF. RGB value is (208,92,255). Sum of RGB (Red+Green+Blue) = 208+92+255=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #D05CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CFF is #2FA300. Grayscale: #909090. Windows color (decimal): -3121921 or 16735440. OLE color: 16735440.

HSL color Cylindrical-coordinate representation of color #D05CFF: hue angle of 282.7º 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 #D05CFF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20892255-
CMYK0.180.6400
HSL282.7º100%68.04%-
HSV(B)282.7º63.92%100%-
XYZ47.8928.2897.54-
YUV145.27189.93172.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 92 (36.33% from 255) = 16.58%
BLUE value IS 255 (100% from 255) = 45.95%
R=37.48%
G=16.58%
B=45.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208922550.180.6400282.710068.04
HexD05CFF12400011b6444
Octal3201343772210000433144104
Binary110100001011100111111111001010000000010001101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05CFF; }

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

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

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

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

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

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

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

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