#D25FCE

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

Shades of Orchid #D25FCE

Tints of Orchid #D25FCE

Color information

#D25FCE (or 0xD25FCE) is unknown color: approx Orchid. HEX triplet: D2, 5F and CE. RGB value is (210,95,206). Sum of RGB (Red+Green+Blue) = 210+95+206=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FCE is #2DA031. Grayscale: #8D8D8D. Windows color (decimal): -2990130 or 13524946. OLE color: 13524946.

HSL color Cylindrical-coordinate representation of color #D25FCE: hue angle of 302.09º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25FCE is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB21095206-
CMYK00.550.020.18
HSL302.09º56.1%59.8%-
HSV(B)302.09º54.76%82.35%-
XYZ41.8126.3461.27-
YUV142.04164.1176.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 95 (37.5% from 255) = 18.59%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=41.10%
G=18.59%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109520600.550.020.18302.0956.159.8
HexD25FCE03721212e383c
Octal3221373160672224567074
Binary1101001010111111100111001101111010010100101110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25FCE; }

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

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

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

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

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

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

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

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