Html Css Color HEX #D57ACB Orchid

📋 copy color: '#D57ACB'

red 213 ◦ green 122 ◦ blue 203

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

Shades of Orchid #D57ACB

Tints of Orchid #D57ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 39.59%
G = 22.68%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D57ACB (or 0xD57ACB) is known color: Orchid. HEX triplet: D5, 7A and CB. RGB value is (213,122,203). Sum of RGB (Red+Green+Blue) = 213+122+203=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ACB is #2A8534. Grayscale: #9E9E9E. Windows color (decimal): -2786613 or 13335253. OLE color: 13335253.

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

Color convert

RGB 213 122 203 -
CMYK 0 0.43 0.05 0.16
HSL 306.59º 0.52% 0.66% -
HSV(B) 306.59º 0.43% 0.84% -
XYZ 45.18 32.38 60.37 -
YUV 158.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 213 122 203 0 0.43 0.05 0.16 306.59 0.52 0.66
Hex D5 7A CB 0 2B 5 10 133 34 42
Octal 325 172 313 0 53 5 20 463 64 102
Binary 11010101 1111010 11001011 0 101011 101 10000 100110011 110100 1000010

Color Harmonies of #D57ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ACB

Black with #D57ACB

Text Example


Text Example

White with #D57ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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