Html Css Color HEX #D57CD1 Orchid

📋 copy color: '#D57CD1'

red 213 ◦ green 124 ◦ blue 209

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

Shades of Orchid #D57CD1

Tints of Orchid #D57CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.28%

R = 39.01%
G = 22.71%
B = 38.28%

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

#D57CD1 (or 0xD57CD1) is known color: Orchid. HEX triplet: D5, 7C and D1. RGB value is (213,124,209). Sum of RGB (Red+Green+Blue) = 213+124+209=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CD1 is #2A832E. Grayscale: #A0A0A0. Windows color (decimal): -2786095 or 13728981. OLE color: 13728981.

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

Color convert

RGB 213 124 209 -
CMYK 0 0.42 0.02 0.16
HSL 302.7º 0.51% 0.66% -
HSV(B) 302.7º 0.42% 0.84% -
XYZ 46.16 33.16 64.29 -
YUV 160.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 213 124 209 0 0.42 0.02 0.16 302.7 0.51 0.66
Hex D5 7C D1 0 2A 2 10 12F 33 42
Octal 325 174 321 0 52 2 20 457 63 102
Binary 11010101 1111100 11010001 0 101010 10 10000 100101111 110011 1000010

Color Harmonies of #D57CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CD1

Black with #D57CD1

Text Example


Text Example

White with #D57CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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