#D481CD

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

Shades of Orchid #D481CD

Tints of Orchid #D481CD

Color information

#D481CD (or 0xD481CD) is unknown color: approx Orchid. HEX triplet: D4, 81 and CD. RGB value is (212,129,205). Sum of RGB (Red+Green+Blue) = 212+129+205=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D481CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481CD is #2B7E32. Grayscale: #A2A2A2. Windows color (decimal): -2850355 or 13468116. OLE color: 13468116.

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

Color convert

RGB212129205-
CMYK00.390.030.17
HSL305.06º49.11%66.86%-
HSV(B)305.06º39.15%83.14%-
XYZ46.0234.1161.92-
YUV162.48152163.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=38.83%
G=23.63%
B=37.55%

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
Decimal21212920500.390.030.17305.0649.1166.86
HexD481CD0273111313143
Octal32420131504732146161103
Binary110101001000000111001101010011111100011001100011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D481CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D481CD; }

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

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

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

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

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

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

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

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