Html Css Color HEX #D57CBF Orchid

📋 copy color: '#D57CBF'

red 213 ◦ green 124 ◦ blue 191

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

Shades of Orchid #D57CBF

Tints of Orchid #D57CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.17%

R = 40.34%
G = 23.48%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D57CBF (or 0xD57CBF) is known color: Orchid. HEX triplet: D5, 7C and BF. RGB value is (213,124,191). Sum of RGB (Red+Green+Blue) = 213+124+191=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CBF is #2A8340. Grayscale: #9E9E9E. Windows color (decimal): -2786113 or 12549333. OLE color: 12549333.

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

Color convert

RGB 213 124 191 -
CMYK 0 0.42 0.10 0.16
HSL 314.83º 0.51% 0.66% -
HSV(B) 314.83º 0.42% 0.84% -
XYZ 44.05 32.32 53.21 -
YUV 158.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 213 124 191 0 0.42 0.10 0.16 314.83 0.51 0.66
Hex D5 7C BF 0 2A A 10 13B 33 42
Octal 325 174 277 0 52 12 20 473 63 102
Binary 11010101 1111100 10111111 0 101010 1010 10000 100111011 110011 1000010

Color Harmonies of #D57CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CBF

Black with #D57CBF

Text Example


Text Example

White with #D57CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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