#D282CD

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

Shades of Orchid #D282CD

Tints of Orchid #D282CD

Color information

#D282CD (or 0xD282CD) is unknown color: approx Orchid. HEX triplet: D2, 82 and CD. RGB value is (210,130,205). Sum of RGB (Red+Green+Blue) = 210+130+205=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D282CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282CD is #2D7D32. Grayscale: #A2A2A2. Windows color (decimal): -2981171 or 13468370. OLE color: 13468370.

HSL color Cylindrical-coordinate representation of color #D282CD: hue angle of 303.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D282CD is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210130205-
CMYK00.380.020.18
HSL303.75º47.06%66.67%-
HSV(B)303.75º38.1%82.35%-
XYZ45.5834.0761.93-
YUV162.47152161.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=38.53%
G=23.85%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013020500.380.020.18303.7547.0666.67
HexD282CD0262121302f43
Octal32220231504622246057103
Binary110100101000001011001101010011010100101001100001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D282CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D282CD; }

 p { color: rgb(210,130,205); }

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

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

 a { background-color: rgb(210,130,205); }

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

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

 span { border-color: rgb(210,130,205); }

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