Html Css Color HEX #D582DB Orchid

📋 copy color: '#D582DB'

red 213 ◦ green 130 ◦ blue 219

#D582DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D582DB

Tints of Orchid #D582DB

RGB

 RED value IS 213 (83.59% from 255) = 37.9%

 GREEN value IS 130 (51.17% from 255) = 23.13%

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 37.9%
G = 23.13%
B = 38.97%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D582DB (or 0xD582DB) is known color: Orchid. HEX triplet: D5, 82 and DB. RGB value is (213,130,219). Sum of RGB (Red+Green+Blue) = 213+130+219=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 130 (51.17% from 255 or 23.13% 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 #D582DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582DB is #2A7D24. Grayscale: #A4A4A4. Windows color (decimal): -2784549 or 14385877. OLE color: 14385877.

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

Color convert

RGB 213 130 219 -
CMYK 0.03 0.41 0 0.14
HSL 295.96º 0.55% 0.68% -
HSV(B) 295.96º 0.41% 0.86% -
XYZ 48.21 35.23 71.28 -
YUV 164.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 213 130 219 0.03 0.41 0 0.14 295.96 0.55 0.68
Hex D5 82 DB 3 29 0 E 128 37 44
Octal 325 202 333 3 51 0 16 450 67 104
Binary 11010101 10000010 11011011 11 101001 0 1110 100101000 110111 1000100

Color Harmonies of #D582DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582DB

Black with #D582DB

Text Example


Text Example

White with #D582DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582DB; }

 p { color: rgb(213,130,219); }

 H1.HeaderClassName
 {
   color: #D582DB;
 }
 .AnyTagClassName
 {
   color: #D582DB;
 }
</style>

background-color css

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

 a { background-color: rgb(213,130,219); }

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

border-color css

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

 span { border-color: rgb(213,130,219); }

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