Html Css Color HEX #D57CBB Orchid

📋 copy color: '#D57CBB'

red 213 ◦ green 124 ◦ blue 187

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

Shades of Orchid #D57CBB

Tints of Orchid #D57CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.66%

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 40.65%
G = 23.66%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D57CBB (or 0xD57CBB) is known color: Orchid. HEX triplet: D5, 7C and BB. RGB value is (213,124,187). Sum of RGB (Red+Green+Blue) = 213+124+187=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CBB is #2A8344. Grayscale: #9D9D9D. Windows color (decimal): -2786117 or 12287189. OLE color: 12287189.

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

Color convert

RGB 213 124 187 -
CMYK 0 0.42 0.12 0.16
HSL 317.53º 0.51% 0.66% -
HSV(B) 317.53º 0.42% 0.84% -
XYZ 43.62 32.15 50.92 -
YUV 157.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 213 124 187 0 0.42 0.12 0.16 317.53 0.51 0.66
Hex D5 7C BB 0 2A C 10 13E 33 42
Octal 325 174 273 0 52 14 20 476 63 102
Binary 11010101 1111100 10111011 0 101010 1100 10000 100111110 110011 1000010

Color Harmonies of #D57CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CBB

Black with #D57CBB

Text Example


Text Example

White with #D57CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CBB; }

 p { color: rgb(213,124,187); }

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

background-color css

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

 a { background-color: rgb(213,124,187); }

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

border-color css

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

 span { border-color: rgb(213,124,187); }

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