Html Css Color HEX #D57DDC Orchid

📋 copy color: '#D57DDC'

red 213 ◦ green 125 ◦ blue 220

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

Shades of Orchid #D57DDC

Tints of Orchid #D57DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 38.17%
G = 22.4%
B = 39.43%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D57DDC (or 0xD57DDC) is known color: Orchid. HEX triplet: D5, 7D and DC. RGB value is (213,125,220). Sum of RGB (Red+Green+Blue) = 213+125+220=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #D57DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DDC is #2A8223. Grayscale: #A1A1A1. Windows color (decimal): -2785828 or 14450133. OLE color: 14450133.

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

Color convert

RGB 213 125 220 -
CMYK 0.03 0.43 0 0.14
HSL 295.58º 0.58% 0.68% -
HSV(B) 295.58º 0.43% 0.86% -
XYZ 47.69 33.98 71.76 -
YUV 162.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 213 125 220 0.03 0.43 0 0.14 295.58 0.58 0.68
Hex D5 7D DC 3 2B 0 E 128 3A 44
Octal 325 175 334 3 53 0 16 450 72 104
Binary 11010101 1111101 11011100 11 101011 0 1110 100101000 111010 1000100

Color Harmonies of #D57DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DDC

Black with #D57DDC

Text Example


Text Example

White with #D57DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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