#D482CD

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

Shades of Orchid #D482CD

Tints of Orchid #D482CD

Color information

#D482CD (or 0xD482CD) is unknown color: approx Orchid. HEX triplet: D4, 82 and CD. RGB value is (212,130,205). Sum of RGB (Red+Green+Blue) = 212+130+205=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D482CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482CD is #2B7D32. Grayscale: #A2A2A2. Windows color (decimal): -2850099 or 13468372. OLE color: 13468372.

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

Color convert

RGB212130205-
CMYK00.390.030.17
HSL305.12º48.81%67.06%-
HSV(B)305.12º38.68%83.14%-
XYZ46.1534.3761.96-
YUV163.07151.67162.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 130 (51.17% from 255) = 23.77%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=38.76%
G=23.77%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213020500.390.030.17305.1248.8167.06
HexD482CD0273111313143
Octal32420231504732146161103
Binary110101001000001011001101010011111100011001100011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D482CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D482CD; }

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

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

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

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

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

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

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

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