Html Css Color HEX #D57FD6 Orchid

📋 copy color: '#D57FD6'

red 213 ◦ green 127 ◦ blue 214

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

Shades of Orchid #D57FD6

Tints of Orchid #D57FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.63%

R = 38.45%
G = 22.92%
B = 38.63%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D57FD6 (or 0xD57FD6) is known color: Orchid. HEX triplet: D5, 7F and D6. RGB value is (213,127,214). Sum of RGB (Red+Green+Blue) = 213+127+214=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #D57FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FD6 is #2A8029. Grayscale: #A2A2A2. Windows color (decimal): -2785322 or 14057429. OLE color: 14057429.

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

Color convert

RGB 213 127 214 -
CMYK 0.00 0.41 0 0.16
HSL 299.31º 0.51% 0.67% -
HSV(B) 299.31º 0.41% 0.84% -
XYZ 47.17 34.18 67.73 -
YUV 162.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 213 127 214 0.00 0.41 0 0.16 299.31 0.51 0.67
Hex D5 7F D6 0 29 0 10 12B 33 43
Octal 325 177 326 0 51 0 20 453 63 103
Binary 11010101 1111111 11010110 0 101001 0 10000 100101011 110011 1000011

Color Harmonies of #D57FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FD6

Black with #D57FD6

Text Example


Text Example

White with #D57FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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