Html Css Color HEX #D57DD6 Orchid

📋 copy color: '#D57DD6'

red 213 ◦ green 125 ◦ blue 214

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

Shades of Orchid #D57DD6

Tints of Orchid #D57DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.77%

R = 38.59%
G = 22.64%
B = 38.77%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D57DD6 (or 0xD57DD6) is known color: Orchid. HEX triplet: D5, 7D and D6. RGB value is (213,125,214). Sum of RGB (Red+Green+Blue) = 213+125+214=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #D57DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DD6 is #2A8229. Grayscale: #A1A1A1. Windows color (decimal): -2785834 or 14056917. OLE color: 14056917.

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

Color convert

RGB 213 125 214 -
CMYK 0.00 0.42 0 0.16
HSL 299.33º 0.52% 0.66% -
HSV(B) 299.33º 0.42% 0.84% -
XYZ 46.91 33.67 67.64 -
YUV 161.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 213 125 214 0.00 0.42 0 0.16 299.33 0.52 0.66
Hex D5 7D D6 0 2A 0 10 12B 34 42
Octal 325 175 326 0 52 0 20 453 64 102
Binary 11010101 1111101 11010110 0 101010 0 10000 100101011 110100 1000010

Color Harmonies of #D57DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DD6

Black with #D57DD6

Text Example


Text Example

White with #D57DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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