#D25FD8

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

Shades of Orchid #D25FD8

Tints of Orchid #D25FD8

Color information

#D25FD8 (or 0xD25FD8) is unknown color: approx Orchid. HEX triplet: D2, 5F and D8. RGB value is (210,95,216). Sum of RGB (Red+Green+Blue) = 210+95+216=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #D25FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FD8 is #2DA027. Grayscale: #8E8E8E. Windows color (decimal): -2990120 or 14180306. OLE color: 14180306.

HSL color Cylindrical-coordinate representation of color #D25FD8: hue angle of 297.02º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25FD8 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21095216-
CMYK0.030.5600.15
HSL297.02º60.8%60.98%-
HSV(B)297.02º56.02%84.71%-
XYZ43.0726.8467.88-
YUV143.18169.1175.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 95 (37.5% from 255) = 18.23%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=40.31%
G=18.23%
B=41.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210952160.030.5600.15297.0260.860.98
HexD25FD83380F1293d3d
Octal3221373303700174517575
Binary110100101011111110110001111100001111100101001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25FD8; }

 p { color: rgb(210,95,216); }

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

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

 a { background-color: rgb(210,95,216); }

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

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

 span { border-color: rgb(210,95,216); }

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