#D484CA

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

Shades of Orchid #D484CA

Tints of Orchid #D484CA

Color information

#D484CA (or 0xD484CA) is unknown color: approx Orchid. HEX triplet: D4, 84 and CA. RGB value is (212,132,202). Sum of RGB (Red+Green+Blue) = 212+132+202=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D484CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484CA is #2B7B35. Grayscale: #A3A3A3. Windows color (decimal): -2849590 or 13272276. OLE color: 13272276.

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

Color convert

RGB212132202-
CMYK00.380.050.17
HSL307.5º48.19%67.45%-
HSV(B)307.5º37.74%83.14%-
XYZ46.0634.7660.16-
YUV163.9149.5162.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 132 (51.95% from 255) = 24.18%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=38.83%
G=24.18%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213220200.380.050.17307.548.1967.45
HexD484CA0265111343043
Octal32420431204652146460103
Binary1101010010000100110010100100110101100011001101001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D484CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D484CA; }

 p { color: rgb(212,132,202); }

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

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

 a { background-color: rgb(212,132,202); }

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

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

 span { border-color: rgb(212,132,202); }

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