#D381CC

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

Shades of Orchid #D381CC

Tints of Orchid #D381CC

Color information

#D381CC (or 0xD381CC) is unknown color: approx Orchid. HEX triplet: D3, 81 and CC. RGB value is (211,129,204). Sum of RGB (Red+Green+Blue) = 211+129+204=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D381CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381CC is #2C7E33. Grayscale: #A1A1A1. Windows color (decimal): -2915892 or 13402579. OLE color: 13402579.

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

Color convert

RGB211129204-
CMYK00.390.030.17
HSL305.12º48.24%66.67%-
HSV(B)305.12º38.86%82.75%-
XYZ45.6133.9161.27-
YUV162.07151.67162.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.79%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=38.79%
G=23.71%
B=37.5%

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
Decimal21112920400.390.030.17305.1248.2466.67
HexD381CC0273111313043
Octal32320131404732146160103
Binary110100111000000111001100010011111100011001100011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381CC; }

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

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

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

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

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

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

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

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