Html Css Color HEX #D57CD5 Orchid

📋 copy color: '#D57CD5'

red 213 ◦ green 124 ◦ blue 213

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

Shades of Orchid #D57CD5

Tints of Orchid #D57CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.73%

R = 38.73%
G = 22.55%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D57CD5 (or 0xD57CD5) is known color: Orchid. HEX triplet: D5, 7C and D5. RGB value is (213,124,213). Sum of RGB (Red+Green+Blue) = 213+124+213=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D57CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CD5 is #2A832A. Grayscale: #A0A0A0. Windows color (decimal): -2786091 or 13991125. OLE color: 13991125.

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

Color convert

RGB 213 124 213 -
CMYK 0 0.42 0 0.16
HSL 300º 0.51% 0.66% -
HSV(B) 300º 0.42% 0.84% -
XYZ 46.66 33.37 66.93 -
YUV 160.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 213 124 213 0 0.42 0 0.16 300 0.51 0.66
Hex D5 7C D5 0 2A 0 10 12C 33 42
Octal 325 174 325 0 52 0 20 454 63 102
Binary 11010101 1111100 11010101 0 101010 0 10000 100101100 110011 1000010

Color Harmonies of #D57CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CD5

Black with #D57CD5

Text Example


Text Example

White with #D57CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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