#D484CE

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

Shades of Orchid #D484CE

Tints of Orchid #D484CE

Color information

#D484CE (or 0xD484CE) is unknown color: approx Orchid. HEX triplet: D4, 84 and CE. RGB value is (212,132,206). Sum of RGB (Red+Green+Blue) = 212+132+206=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D484CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484CE is #2B7B31. Grayscale: #A4A4A4. Windows color (decimal): -2849586 or 13534420. OLE color: 13534420.

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

Color convert

RGB212132206-
CMYK00.380.030.17
HSL304.5º48.19%67.45%-
HSV(B)304.5º37.74%83.14%-
XYZ46.5434.9662.69-
YUV164.36151.5161.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=38.55%
G=24%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213220600.380.030.17304.548.1967.45
HexD484CE0263111303043
Octal32420431604632146060103
Binary110101001000010011001110010011011100011001100001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D484CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D484CE; }

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

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

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

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

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

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

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

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