Html Css Color HEX #D57CDD Orchid

📋 copy color: '#D57CDD'

red 213 ◦ green 124 ◦ blue 221

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

Shades of Orchid #D57CDD

Tints of Orchid #D57CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 38.17%
G = 22.22%
B = 39.61%

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

#D57CDD (or 0xD57CDD) is known color: Orchid. HEX triplet: D5, 7C and DD. RGB value is (213,124,221). Sum of RGB (Red+Green+Blue) = 213+124+221=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D57CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CDD is #2A8322. Grayscale: #A1A1A1. Windows color (decimal): -2786083 or 14515413. OLE color: 14515413.

HSL color Cylindrical-coordinate representation of color #D57CDD: hue angle of 295.05º degrees, saturation: 0.59, 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 #D57CDD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 124 221 -
CMYK 0.04 0.44 0 0.13
HSL 295.05º 0.59% 0.68% -
HSV(B) 295.05º 0.44% 0.87% -
XYZ 47.7 33.78 72.41 -
YUV 161.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 213 124 221 0.04 0.44 0 0.13 295.05 0.59 0.68
Hex D5 7C DD 4 2C 0 D 127 3B 44
Octal 325 174 335 4 54 0 15 447 73 104
Binary 11010101 1111100 11011101 100 101100 0 1101 100100111 111011 1000100

Color Harmonies of #D57CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CDD

Black with #D57CDD

Text Example


Text Example

White with #D57CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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