#D15FCD

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

Shades of Orchid #D15FCD

Tints of Orchid #D15FCD

Color information

#D15FCD (or 0xD15FCD) is unknown color: approx Orchid. HEX triplet: D1, 5F and CD. RGB value is (209,95,205). Sum of RGB (Red+Green+Blue) = 209+95+205=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FCD is #2EA032. Grayscale: #8D8D8D. Windows color (decimal): -3055667 or 13459409. OLE color: 13459409.

HSL color Cylindrical-coordinate representation of color #D15FCD: hue angle of 302.11º degrees, saturation: 0.55, 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 #D15FCD is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20995205-
CMYK00.550.020.18
HSL302.11º55.34%59.61%-
HSV(B)302.11º54.55%81.96%-
XYZ41.4126.1560.62-
YUV141.63163.77176.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 95 (37.5% from 255) = 18.66%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=41.06%
G=18.66%
B=40.28%

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
Decimal2099520500.550.020.18302.1155.3459.61
HexD15FCD03721212e373c
Octal3211373150672224566774
Binary1101000110111111100110101101111010010100101110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FCD; }

 p { color: rgb(209,95,205); }

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

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

 a { background-color: rgb(209,95,205); }

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

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

 span { border-color: rgb(209,95,205); }

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