#D280CC

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

Shades of Orchid #D280CC

Tints of Orchid #D280CC

Color information

#D280CC (or 0xD280CC) is unknown color: approx Orchid. HEX triplet: D2, 80 and CC. RGB value is (210,128,204). Sum of RGB (Red+Green+Blue) = 210+128+204=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D280CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280CC is #2D7F33. Grayscale: #A0A0A0. Windows color (decimal): -2981684 or 13402322. OLE color: 13402322.

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

Color convert

RGB210128204-
CMYK00.390.030.18
HSL304.39º47.67%66.27%-
HSV(B)304.39º39.05%82.35%-
XYZ45.233.561.21-
YUV161.18152.17162.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 128 (50.39% from 255) = 23.62%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=38.75%
G=23.62%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012820400.390.030.18304.3947.6766.27
HexD280CC0273121303042
Octal32220031404732246060102
Binary110100101000000011001100010011111100101001100001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280CC; }

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

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

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

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

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

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

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

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