#D15FCB

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

Shades of Orchid #D15FCB

Tints of Orchid #D15FCB

Color information

#D15FCB (or 0xD15FCB) is unknown color: approx Orchid. HEX triplet: D1, 5F and CB. RGB value is (209,95,203). Sum of RGB (Red+Green+Blue) = 209+95+203=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FCB is #2EA034. Grayscale: #8D8D8D. Windows color (decimal): -3055669 or 13328337. OLE color: 13328337.

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

Color convert

RGB20995203-
CMYK00.550.030.18
HSL303.16º55.34%59.61%-
HSV(B)303.16º54.55%81.96%-
XYZ41.1726.0559.36-
YUV141.4162.77176.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 95 (37.5% from 255) = 18.74%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=41.22%
G=18.74%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099520300.550.030.18303.1655.3459.61
HexD15FCB03731212f373c
Octal3211373130673224576774
Binary1101000110111111100101101101111110010100101111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FCB; }

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

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

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

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

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

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

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

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