#D381CD

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

Shades of Orchid #D381CD

Tints of Orchid #D381CD

Color information

#D381CD (or 0xD381CD) is unknown color: approx Orchid. HEX triplet: D3, 81 and CD. RGB value is (211,129,205). Sum of RGB (Red+Green+Blue) = 211+129+205=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D381CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381CD is #2C7E32. Grayscale: #A1A1A1. Windows color (decimal): -2915891 or 13468115. OLE color: 13468115.

HSL color Cylindrical-coordinate representation of color #D381CD: hue angle of 304.39º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D381CD is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211129205-
CMYK00.390.030.17
HSL304.39º48.24%66.67%-
HSV(B)304.39º38.86%82.75%-
XYZ45.7333.9661.9-
YUV162.18152.17162.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.72%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=38.72%
G=23.67%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112920500.390.030.17304.3948.2466.67
HexD381CD0273111303043
Octal32320131504732146060103
Binary110100111000000111001101010011111100011001100001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381CD; }

 p { color: rgb(211,129,205); }

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

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

 a { background-color: rgb(211,129,205); }

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

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

 span { border-color: rgb(211,129,205); }

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