Html Css Color HEX #D57FD7 Orchid

📋 copy color: '#D57FD7'

red 213 ◦ green 127 ◦ blue 215

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

Shades of Orchid #D57FD7

Tints of Orchid #D57FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.74%

R = 38.38%
G = 22.88%
B = 38.74%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D57FD7 (or 0xD57FD7) is known color: Orchid. HEX triplet: D5, 7F and D7. RGB value is (213,127,215). Sum of RGB (Red+Green+Blue) = 213+127+215=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #D57FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FD7 is #2A8028. Grayscale: #A2A2A2. Windows color (decimal): -2785321 or 14122965. OLE color: 14122965.

HSL color Cylindrical-coordinate representation of color #D57FD7: hue angle of 298.64º degrees, saturation: 0.52, 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 #D57FD7 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 215 -
CMYK 0.01 0.41 0 0.16
HSL 298.64º 0.52% 0.67% -
HSV(B) 298.64º 0.41% 0.84% -
XYZ 47.3 34.23 68.4 -
YUV 162.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 213 127 215 0.01 0.41 0 0.16 298.64 0.52 0.67
Hex D5 7F D7 1 29 0 10 12B 34 43
Octal 325 177 327 1 51 0 20 453 64 103
Binary 11010101 1111111 11010111 1 101001 0 10000 100101011 110100 1000011

Color Harmonies of #D57FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FD7

Black with #D57FD7

Text Example


Text Example

White with #D57FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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