#D381CA

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

Shades of Orchid #D381CA

Tints of Orchid #D381CA

Color information

#D381CA (or 0xD381CA) is unknown color: approx Orchid. HEX triplet: D3, 81 and CA. RGB value is (211,129,202). Sum of RGB (Red+Green+Blue) = 211+129+202=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D381CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381CA is #2C7E35. Grayscale: #A1A1A1. Windows color (decimal): -2915894 or 13271507. OLE color: 13271507.

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

Color convert

RGB211129202-
CMYK00.390.040.17
HSL306.59º48.24%66.67%-
HSV(B)306.59º38.86%82.75%-
XYZ45.3733.8160.01-
YUV161.84150.67163.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.93%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=38.93%
G=23.80%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112920200.390.040.17306.5948.2466.67
HexD381CA0274111333043
Octal32320131204742146360103
Binary1101001110000001110010100100111100100011001100111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381CA; }

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

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

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

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

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

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

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

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