Html Css Color HEX #D57ABC Orchid

📋 copy color: '#D57ABC'

red 213 ◦ green 122 ◦ blue 188

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

Shades of Orchid #D57ABC

Tints of Orchid #D57ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 40.73%
G = 23.33%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D57ABC (or 0xD57ABC) is known color: Orchid. HEX triplet: D5, 7A and BC. RGB value is (213,122,188). Sum of RGB (Red+Green+Blue) = 213+122+188=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ABC is #2A8543. Grayscale: #9C9C9C. Windows color (decimal): -2786628 or 12352213. OLE color: 12352213.

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

Color convert

RGB 213 122 188 -
CMYK 0 0.43 0.12 0.16
HSL 316.48º 0.52% 0.66% -
HSV(B) 316.48º 0.43% 0.84% -
XYZ 43.48 31.7 51.4 -
YUV 156.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 213 122 188 0 0.43 0.12 0.16 316.48 0.52 0.66
Hex D5 7A BC 0 2B C 10 13C 34 42
Octal 325 172 274 0 53 14 20 474 64 102
Binary 11010101 1111010 10111100 0 101011 1100 10000 100111100 110100 1000010

Color Harmonies of #D57ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ABC

Black with #D57ABC

Text Example


Text Example

White with #D57ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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