#D483DB

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

Shades of Orchid #D483DB

Tints of Orchid #D483DB

Color information

#D483DB (or 0xD483DB) is unknown color: approx Orchid. HEX triplet: D4, 83 and DB. RGB value is (212,131,219). Sum of RGB (Red+Green+Blue) = 212+131+219=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #D483DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483DB is #2B7C24. Grayscale: #A4A4A4. Windows color (decimal): -2849829 or 14386132. OLE color: 14386132.

HSL color Cylindrical-coordinate representation of color #D483DB: hue angle of 295.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D483DB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212131219-
CMYK0.030.4000.14
HSL295.23º55%68.63%-
HSV(B)295.23º40.18%85.88%-
XYZ48.0535.3471.31-
YUV165.25158.34161.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 131 (51.56% from 255) = 23.31%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=37.72%
G=23.31%
B=38.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121312190.030.4000.14295.235568.63
HexD483DB3280E1273745
Octal32420333335001644767105
Binary11010100100000111101101111101000011101001001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D483DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D483DB; }

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

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

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

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

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

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

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

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