Html Css Color HEX #D582DD Orchid

📋 copy color: '#D582DD'

red 213 ◦ green 130 ◦ blue 221

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

Shades of Orchid #D582DD

Tints of Orchid #D582DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 37.77%
G = 23.05%
B = 39.18%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D582DD (or 0xD582DD) is known color: Orchid. HEX triplet: D5, 82 and DD. RGB value is (213,130,221). Sum of RGB (Red+Green+Blue) = 213+130+221=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #D582DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582DD is #2A7D22. Grayscale: #A4A4A4. Windows color (decimal): -2784547 or 14516949. OLE color: 14516949.

HSL color Cylindrical-coordinate representation of color #D582DD: hue angle of 294.73º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D582DD is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 130 221 -
CMYK 0.04 0.41 0 0.13
HSL 294.73º 0.57% 0.69% -
HSV(B) 294.73º 0.41% 0.87% -
XYZ 48.47 35.33 72.67 -
YUV 165.19 159.5 162.1 -
System Red Green Blue C M Y K H S L
Decimal 213 130 221 0.04 0.41 0 0.13 294.73 0.57 0.69
Hex D5 82 DD 4 29 0 D 127 39 45
Octal 325 202 335 4 51 0 15 447 71 105
Binary 11010101 10000010 11011101 100 101001 0 1101 100100111 111001 1000101

Color Harmonies of #D582DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582DD

Black with #D582DD

Text Example


Text Example

White with #D582DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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