#D280CB

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

Shades of Orchid #D280CB

Tints of Orchid #D280CB

Color information

#D280CB (or 0xD280CB) is unknown color: approx Orchid. HEX triplet: D2, 80 and CB. RGB value is (210,128,203). Sum of RGB (Red+Green+Blue) = 210+128+203=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D280CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280CB is #2D7F34. Grayscale: #A0A0A0. Windows color (decimal): -2981685 or 13336786. OLE color: 13336786.

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

Color convert

RGB210128203-
CMYK00.390.030.18
HSL305.12º47.67%66.27%-
HSV(B)305.12º39.05%82.35%-
XYZ45.0833.4560.58-
YUV161.07151.67162.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=38.82%
G=23.66%
B=37.52%

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
Decimal21012820300.390.030.18305.1247.6766.27
HexD280CB0273121313042
Octal32220031304732246160102
Binary110100101000000011001011010011111100101001100011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280CB; }

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

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

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

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

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

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

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

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