Html Css Color HEX #D57ABD Orchid

📋 copy color: '#D57ABD'

red 213 ◦ green 122 ◦ blue 189

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

Shades of Orchid #D57ABD

Tints of Orchid #D57ABD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.28%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 40.65%
G = 23.28%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D57ABD (or 0xD57ABD) is known color: Orchid. HEX triplet: D5, 7A and BD. RGB value is (213,122,189). Sum of RGB (Red+Green+Blue) = 213+122+189=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ABD is #2A8542. Grayscale: #9C9C9C. Windows color (decimal): -2786627 or 12417749. OLE color: 12417749.

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

Color convert

RGB 213 122 189 -
CMYK 0 0.43 0.11 0.16
HSL 315.82º 0.52% 0.66% -
HSV(B) 315.82º 0.43% 0.84% -
XYZ 43.59 31.74 51.97 -
YUV 156.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 213 122 189 0 0.43 0.11 0.16 315.82 0.52 0.66
Hex D5 7A BD 0 2B B 10 13C 34 42
Octal 325 172 275 0 53 13 20 474 64 102
Binary 11010101 1111010 10111101 0 101011 1011 10000 100111100 110100 1000010

Color Harmonies of #D57ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ABD

Black with #D57ABD

Text Example


Text Example

White with #D57ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ABD; }

 p { color: rgb(213,122,189); }

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

background-color css

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

 a { background-color: rgb(213,122,189); }

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

border-color css

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

 span { border-color: rgb(213,122,189); }

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