Html Css Color HEX #D57DCC Orchid

📋 copy color: '#D57DCC'

red 213 ◦ green 125 ◦ blue 204

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

Shades of Orchid #D57DCC

Tints of Orchid #D57DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 39.3%
G = 23.06%
B = 37.64%

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

#D57DCC (or 0xD57DCC) is known color: Orchid. HEX triplet: D5, 7D and CC. RGB value is (213,125,204). Sum of RGB (Red+Green+Blue) = 213+125+204=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DCC is #2A8233. Grayscale: #A0A0A0. Windows color (decimal): -2785844 or 13401557. OLE color: 13401557.

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

Color convert

RGB 213 125 204 -
CMYK 0 0.41 0.04 0.16
HSL 306.14º 0.51% 0.66% -
HSV(B) 306.14º 0.41% 0.84% -
XYZ 45.67 33.17 61.12 -
YUV 160.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 213 125 204 0 0.41 0.04 0.16 306.14 0.51 0.66
Hex D5 7D CC 0 29 4 10 132 33 42
Octal 325 175 314 0 51 4 20 462 63 102
Binary 11010101 1111101 11001100 0 101001 100 10000 100110010 110011 1000010

Color Harmonies of #D57DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DCC

Black with #D57DCC

Text Example


Text Example

White with #D57DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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