#D380CA

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

Shades of Orchid #D380CA

Tints of Orchid #D380CA

Color information

#D380CA (or 0xD380CA) is unknown color: approx Orchid. HEX triplet: D3, 80 and CA. RGB value is (211,128,202). Sum of RGB (Red+Green+Blue) = 211+128+202=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D380CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380CA is #2C7F35. Grayscale: #A1A1A1. Windows color (decimal): -2916150 or 13271251. OLE color: 13271251.

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

Color convert

RGB211128202-
CMYK00.390.040.17
HSL306.51º48.54%66.47%-
HSV(B)306.51º39.34%82.75%-
XYZ45.2433.5559.97-
YUV161.25151163.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.00%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=39.00%
G=23.66%
B=37.34%

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
Decimal21112820200.390.040.17306.5148.5466.47
HexD380CA0274111333142
Octal32320031204742146361102
Binary1101001110000000110010100100111100100011001100111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D380CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D380CA; }

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

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

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

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

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

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

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

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