Html Css Color HEX #D583DD Orchid

📋 copy color: '#D583DD'

red 213 ◦ green 131 ◦ blue 221

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

Shades of Orchid #D583DD

Tints of Orchid #D583DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.19%

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

R = 37.7%
G = 23.19%
B = 39.12%

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

#D583DD (or 0xD583DD) is known color: Orchid. HEX triplet: D5, 83 and DD. RGB value is (213,131,221). Sum of RGB (Red+Green+Blue) = 213+131+221=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D583DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583DD is #2A7C22. Grayscale: #A5A5A5. Windows color (decimal): -2784291 or 14517205. OLE color: 14517205.

HSL color Cylindrical-coordinate representation of color #D583DD: hue angle of 294.67º 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 #D583DD is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 131 221 -
CMYK 0.04 0.41 0 0.13
HSL 294.67º 0.57% 0.69% -
HSV(B) 294.67º 0.41% 0.87% -
XYZ 48.61 35.6 72.72 -
YUV 165.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 213 131 221 0.04 0.41 0 0.13 294.67 0.57 0.69
Hex D5 83 DD 4 29 0 D 127 39 45
Octal 325 203 335 4 51 0 15 447 71 105
Binary 11010101 10000011 11011101 100 101001 0 1101 100100111 111001 1000101

Color Harmonies of #D583DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D583DD

Black with #D583DD

Text Example


Text Example

White with #D583DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D583DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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