Html Css Color HEX #D57CDF Orchid

📋 copy color: '#D57CDF'

red 213 ◦ green 124 ◦ blue 223

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

Shades of Orchid #D57CDF

Tints of Orchid #D57CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 38.04%
G = 22.14%
B = 39.82%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D57CDF (or 0xD57CDF) is known color: Orchid. HEX triplet: D5, 7C and DF. RGB value is (213,124,223). Sum of RGB (Red+Green+Blue) = 213+124+223=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #D57CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CDF is #2A8320. Grayscale: #A1A1A1. Windows color (decimal): -2786081 or 14646485. OLE color: 14646485.

HSL color Cylindrical-coordinate representation of color #D57CDF: hue angle of 293.94º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57CDF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 124 223 -
CMYK 0.04 0.44 0 0.13
HSL 293.94º 0.61% 0.68% -
HSV(B) 293.94º 0.44% 0.87% -
XYZ 47.97 33.89 73.83 -
YUV 161.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 213 124 223 0.04 0.44 0 0.13 293.94 0.61 0.68
Hex D5 7C DF 4 2C 0 D 126 3D 44
Octal 325 174 337 4 54 0 15 446 75 104
Binary 11010101 1111100 11011111 100 101100 0 1101 100100110 111101 1000100

Color Harmonies of #D57CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CDF

Black with #D57CDF

Text Example


Text Example

White with #D57CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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