#D280CA

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

Shades of Orchid #D280CA

Tints of Orchid #D280CA

Color information

#D280CA (or 0xD280CA) is unknown color: approx Orchid. HEX triplet: D2, 80 and CA. RGB value is (210,128,202). Sum of RGB (Red+Green+Blue) = 210+128+202=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D280CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280CA is #2D7F35. Grayscale: #A0A0A0. Windows color (decimal): -2981686 or 13271250. OLE color: 13271250.

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

Color convert

RGB210128202-
CMYK00.390.040.18
HSL305.85º47.67%66.27%-
HSV(B)305.85º39.05%82.35%-
XYZ44.9633.459.96-
YUV160.95151.17162.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=38.89%
G=23.70%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012820200.390.040.18305.8547.6766.27
HexD280CA0274121323042
Octal32220031204742246260102
Binary1101001010000000110010100100111100100101001100101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280CA; }

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

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

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

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

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

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

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

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