Html Css Color HEX #D57FC7 Orchid

📋 copy color: '#D57FC7'

red 213 ◦ green 127 ◦ blue 199

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

Shades of Orchid #D57FC7

Tints of Orchid #D57FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.92%

R = 39.52%
G = 23.56%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D57FC7 (or 0xD57FC7) is known color: Orchid. HEX triplet: D5, 7F and C7. RGB value is (213,127,199). Sum of RGB (Red+Green+Blue) = 213+127+199=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FC7 is #2A8038. Grayscale: #A0A0A0. Windows color (decimal): -2785337 or 13074389. OLE color: 13074389.

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

Color convert

RGB 213 127 199 -
CMYK 0 0.40 0.07 0.16
HSL 309.77º 0.51% 0.67% -
HSV(B) 309.77º 0.4% 0.84% -
XYZ 45.34 33.45 58.1 -
YUV 160.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 213 127 199 0 0.40 0.07 0.16 309.77 0.51 0.67
Hex D5 7F C7 0 28 7 10 136 33 43
Octal 325 177 307 0 50 7 20 466 63 103
Binary 11010101 1111111 11000111 0 101000 111 10000 100110110 110011 1000011

Color Harmonies of #D57FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FC7

Black with #D57FC7

Text Example


Text Example

White with #D57FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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