Html Css Color HEX #D57DD9 Orchid

📋 copy color: '#D57DD9'

red 213 ◦ green 125 ◦ blue 217

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

Shades of Orchid #D57DD9

Tints of Orchid #D57DD9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.52%

 BLUE value IS 217 (85.16% from 255) = 39.1%

R = 38.38%
G = 22.52%
B = 39.1%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D57DD9 (or 0xD57DD9) is known color: Orchid. HEX triplet: D5, 7D and D9. RGB value is (213,125,217). Sum of RGB (Red+Green+Blue) = 213+125+217=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #D57DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DD9 is #2A8226. Grayscale: #A1A1A1. Windows color (decimal): -2785831 or 14253525. OLE color: 14253525.

HSL color Cylindrical-coordinate representation of color #D57DD9: hue angle of 297.39º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57DD9 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 125 217 -
CMYK 0.02 0.42 0 0.15
HSL 297.39º 0.55% 0.67% -
HSV(B) 297.39º 0.42% 0.85% -
XYZ 47.3 33.82 69.68 -
YUV 161.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 213 125 217 0.02 0.42 0 0.15 297.39 0.55 0.67
Hex D5 7D D9 2 2A 0 F 129 37 43
Octal 325 175 331 2 52 0 17 451 67 103
Binary 11010101 1111101 11011001 10 101010 0 1111 100101001 110111 1000011

Color Harmonies of #D57DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DD9

Black with #D57DD9

Text Example


Text Example

White with #D57DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DD9; }

 p { color: rgb(213,125,217); }

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

background-color css

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

 a { background-color: rgb(213,125,217); }

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

border-color css

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

 span { border-color: rgb(213,125,217); }

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