Html Css Color HEX #D57FD2 Orchid

📋 copy color: '#D57FD2'

red 213 ◦ green 127 ◦ blue 210

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

Shades of Orchid #D57FD2

Tints of Orchid #D57FD2

RGB

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

 GREEN value IS 127 (50% from 255) = 23.09%

 BLUE value IS 210 (82.42% from 255) = 38.18%

R = 38.73%
G = 23.09%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D57FD2 (or 0xD57FD2) is known color: Orchid. HEX triplet: D5, 7F and D2. RGB value is (213,127,210). Sum of RGB (Red+Green+Blue) = 213+127+210=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FD2 is #2A802D. Grayscale: #A1A1A1. Windows color (decimal): -2785326 or 13795285. OLE color: 13795285.

HSL color Cylindrical-coordinate representation of color #D57FD2: hue angle of 302.09º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FD2 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 210 -
CMYK 0 0.40 0.01 0.16
HSL 302.09º 0.51% 0.67% -
HSV(B) 302.09º 0.4% 0.84% -
XYZ 46.66 33.98 65.07 -
YUV 162.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 213 127 210 0 0.40 0.01 0.16 302.09 0.51 0.67
Hex D5 7F D2 0 28 1 10 12E 33 43
Octal 325 177 322 0 50 1 20 456 63 103
Binary 11010101 1111111 11010010 0 101000 1 10000 100101110 110011 1000011

Color Harmonies of #D57FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FD2

Black with #D57FD2

Text Example


Text Example

White with #D57FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FD2; }

 p { color: rgb(213,127,210); }

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

background-color css

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

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

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

border-color css

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

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

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