Html Css Color HEX #D57DCD Orchid

📋 copy color: '#D57DCD'

red 213 ◦ green 125 ◦ blue 205

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

Shades of Orchid #D57DCD

Tints of Orchid #D57DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 39.23%
G = 23.02%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D57DCD (or 0xD57DCD) is known color: Orchid. HEX triplet: D5, 7D and CD. RGB value is (213,125,205). Sum of RGB (Red+Green+Blue) = 213+125+205=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DCD is #2A8232. Grayscale: #A0A0A0. Windows color (decimal): -2785843 or 13467093. OLE color: 13467093.

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

Color convert

RGB 213 125 205 -
CMYK 0 0.41 0.04 0.16
HSL 305.45º 0.51% 0.66% -
HSV(B) 305.45º 0.41% 0.84% -
XYZ 45.79 33.22 61.76 -
YUV 160.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 213 125 205 0 0.41 0.04 0.16 305.45 0.51 0.66
Hex D5 7D CD 0 29 4 10 131 33 42
Octal 325 175 315 0 51 4 20 461 63 102
Binary 11010101 1111101 11001101 0 101001 100 10000 100110001 110011 1000010

Color Harmonies of #D57DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DCD

Black with #D57DCD

Text Example


Text Example

White with #D57DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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