#D25CFF

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

Shades of Heliotrope #D25CFF

Tints of Heliotrope #D25CFF

Color information

#D25CFF (or 0xD25CFF) is unknown color: approx Heliotrope. HEX triplet: D2, 5C and FF. RGB value is (210,92,255). Sum of RGB (Red+Green+Blue) = 210+92+255=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #D25CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CFF is #2DA300. Grayscale: #919191. Windows color (decimal): -2990849 or 16735442. OLE color: 16735442.

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

Color convert

RGB21092255-
CMYK0.180.6400
HSL283.44º100%68.04%-
HSV(B)283.44º63.92%100%-
XYZ48.4628.5897.57-
YUV145.86189.59173.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 92 (36.33% from 255) = 16.52%
BLUE value IS 255 (100% from 255) = 45.78%
R=37.70%
G=16.52%
B=45.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal210922550.180.6400283.4410068.04
HexD25CFF12400011b6444
Octal3221343772210000433144104
Binary110100101011100111111111001010000000010001101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25CFF; }

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

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

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

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

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

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

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

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