Html Css Color HEX #D57FC9 Orchid

📋 copy color: '#D57FC9'

red 213 ◦ green 127 ◦ blue 201

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

Shades of Orchid #D57FC9

Tints of Orchid #D57FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.15%

R = 39.37%
G = 23.48%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D57FC9 (or 0xD57FC9) is known color: Orchid. HEX triplet: D5, 7F and C9. RGB value is (213,127,201). Sum of RGB (Red+Green+Blue) = 213+127+201=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FC9 is #2A8036. Grayscale: #A0A0A0. Windows color (decimal): -2785335 or 13205461. OLE color: 13205461.

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

Color convert

RGB 213 127 201 -
CMYK 0 0.40 0.06 0.16
HSL 308.37º 0.51% 0.67% -
HSV(B) 308.37º 0.4% 0.84% -
XYZ 45.57 33.54 59.33 -
YUV 161.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 213 127 201 0 0.40 0.06 0.16 308.37 0.51 0.67
Hex D5 7F C9 0 28 6 10 134 33 43
Octal 325 177 311 0 50 6 20 464 63 103
Binary 11010101 1111111 11001001 0 101000 110 10000 100110100 110011 1000011

Color Harmonies of #D57FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FC9

Black with #D57FC9

Text Example


Text Example

White with #D57FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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