Html Css Color HEX #D57FD0 Orchid

📋 copy color: '#D57FD0'

red 213 ◦ green 127 ◦ blue 208

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

Shades of Orchid #D57FD0

Tints of Orchid #D57FD0

RGB

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

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

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

R = 38.87%
G = 23.18%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D57FD0 (or 0xD57FD0) is known color: Orchid. HEX triplet: D5, 7F and D0. RGB value is (213,127,208). Sum of RGB (Red+Green+Blue) = 213+127+208=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FD0 is #2A802F. Grayscale: #A1A1A1. Windows color (decimal): -2785328 or 13664213. OLE color: 13664213.

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

Color convert

RGB 213 127 208 -
CMYK 0 0.40 0.02 0.16
HSL 303.49º 0.51% 0.67% -
HSV(B) 303.49º 0.4% 0.84% -
XYZ 46.42 33.88 63.77 -
YUV 161.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 213 127 208 0 0.40 0.02 0.16 303.49 0.51 0.67
Hex D5 7F D0 0 28 2 10 12F 33 43
Octal 325 177 320 0 50 2 20 457 63 103
Binary 11010101 1111111 11010000 0 101000 10 10000 100101111 110011 1000011

Color Harmonies of #D57FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FD0

Black with #D57FD0

Text Example


Text Example

White with #D57FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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