Html Css Color HEX #D57DD0 Orchid

📋 copy color: '#D57DD0'

red 213 ◦ green 125 ◦ blue 208

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

Shades of Orchid #D57DD0

Tints of Orchid #D57DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.1%

R = 39.01%
G = 22.89%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D57DD0 (or 0xD57DD0) is known color: Orchid. HEX triplet: D5, 7D and D0. RGB value is (213,125,208). Sum of RGB (Red+Green+Blue) = 213+125+208=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DD0 is #2A822F. Grayscale: #A0A0A0. Windows color (decimal): -2785840 or 13663701. OLE color: 13663701.

HSL color Cylindrical-coordinate representation of color #D57DD0: hue angle of 303.41º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57DD0 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 125 208 -
CMYK 0 0.41 0.02 0.16
HSL 303.41º 0.51% 0.66% -
HSV(B) 303.41º 0.41% 0.84% -
XYZ 46.16 33.37 63.68 -
YUV 160.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 213 125 208 0 0.41 0.02 0.16 303.41 0.51 0.66
Hex D5 7D D0 0 29 2 10 12F 33 42
Octal 325 175 320 0 51 2 20 457 63 102
Binary 11010101 1111101 11010000 0 101001 10 10000 100101111 110011 1000010

Color Harmonies of #D57DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DD0

Black with #D57DD0

Text Example


Text Example

White with #D57DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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