Html Css Color HEX #D57FC2 Orchid

📋 copy color: '#D57FC2'

red 213 ◦ green 127 ◦ blue 194

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

Shades of Orchid #D57FC2

Tints of Orchid #D57FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.33%

R = 39.89%
G = 23.78%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D57FC2 (or 0xD57FC2) is known color: Orchid. HEX triplet: D5, 7F and C2. RGB value is (213,127,194). Sum of RGB (Red+Green+Blue) = 213+127+194=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FC2 is #2A803D. Grayscale: #A0A0A0. Windows color (decimal): -2785342 or 12746709. OLE color: 12746709.

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

Color convert

RGB 213 127 194 -
CMYK 0 0.40 0.09 0.16
HSL 313.26º 0.51% 0.67% -
HSV(B) 313.26º 0.4% 0.84% -
XYZ 44.77 33.22 55.09 -
YUV 160.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 213 127 194 0 0.40 0.09 0.16 313.26 0.51 0.67
Hex D5 7F C2 0 28 9 10 139 33 43
Octal 325 177 302 0 50 11 20 471 63 103
Binary 11010101 1111111 11000010 0 101000 1001 10000 100111001 110011 1000011

Color Harmonies of #D57FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FC2

Black with #D57FC2

Text Example


Text Example

White with #D57FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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