Html Css Color HEX #D57CD0 Orchid

📋 copy color: '#D57CD0'

red 213 ◦ green 124 ◦ blue 208

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

Shades of Orchid #D57CD0

Tints of Orchid #D57CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.17%

R = 39.08%
G = 22.75%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D57CD0 (or 0xD57CD0) is known color: Orchid. HEX triplet: D5, 7C and D0. RGB value is (213,124,208). Sum of RGB (Red+Green+Blue) = 213+124+208=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CD0 is #2A832F. Grayscale: #9F9F9F. Windows color (decimal): -2786096 or 13663445. OLE color: 13663445.

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

Color convert

RGB 213 124 208 -
CMYK 0 0.42 0.02 0.16
HSL 303.37º 0.51% 0.66% -
HSV(B) 303.37º 0.42% 0.84% -
XYZ 46.03 33.12 63.64 -
YUV 160.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 213 124 208 0 0.42 0.02 0.16 303.37 0.51 0.66
Hex D5 7C D0 0 2A 2 10 12F 33 42
Octal 325 174 320 0 52 2 20 457 63 102
Binary 11010101 1111100 11010000 0 101010 10 10000 100101111 110011 1000010

Color Harmonies of #D57CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CD0

Black with #D57CD0

Text Example


Text Example

White with #D57CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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