Html Css Color HEX #D57FC6 Orchid

📋 copy color: '#D57FC6'

red 213 ◦ green 127 ◦ blue 198

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

Shades of Orchid #D57FC6

Tints of Orchid #D57FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.8%

R = 39.59%
G = 23.61%
B = 36.8%

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

#D57FC6 (or 0xD57FC6) is known color: Orchid. HEX triplet: D5, 7F and C6. RGB value is (213,127,198). Sum of RGB (Red+Green+Blue) = 213+127+198=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FC6 is #2A8039. Grayscale: #A0A0A0. Windows color (decimal): -2785338 or 13008853. OLE color: 13008853.

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

Color convert

RGB 213 127 198 -
CMYK 0 0.40 0.07 0.16
HSL 310.47º 0.51% 0.67% -
HSV(B) 310.47º 0.4% 0.84% -
XYZ 45.22 33.4 57.49 -
YUV 160.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 213 127 198 0 0.40 0.07 0.16 310.47 0.51 0.67
Hex D5 7F C6 0 28 7 10 136 33 43
Octal 325 177 306 0 50 7 20 466 63 103
Binary 11010101 1111111 11000110 0 101000 111 10000 100110110 110011 1000011

Color Harmonies of #D57FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FC6

Black with #D57FC6

Text Example


Text Example

White with #D57FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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