#D483CE

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

Shades of Orchid #D483CE

Tints of Orchid #D483CE

Color information

#D483CE (or 0xD483CE) is unknown color: approx Orchid. HEX triplet: D4, 83 and CE. RGB value is (212,131,206). Sum of RGB (Red+Green+Blue) = 212+131+206=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D483CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483CE is #2B7C31. Grayscale: #A3A3A3. Windows color (decimal): -2849842 or 13534164. OLE color: 13534164.

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

Color convert

RGB212131206-
CMYK00.380.030.17
HSL304.44º48.5%67.25%-
HSV(B)304.44º38.21%83.14%-
XYZ46.4134.6962.64-
YUV163.77151.84162.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 131 (51.56% from 255) = 23.86%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=38.62%
G=23.86%
B=37.52%

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
Decimal21213120600.380.030.17304.4448.567.25
HexD483CE0263111303143
Octal32420331604632146061103
Binary110101001000001111001110010011011100011001100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D483CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D483CE; }

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

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

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

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

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

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

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

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