Html Css Color HEX #D57FDC Orchid

📋 copy color: '#D57FDC'

red 213 ◦ green 127 ◦ blue 220

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

Shades of Orchid #D57FDC

Tints of Orchid #D57FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 38.04%
G = 22.68%
B = 39.29%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D57FDC (or 0xD57FDC) is known color: Orchid. HEX triplet: D5, 7F and DC. RGB value is (213,127,220). Sum of RGB (Red+Green+Blue) = 213+127+220=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #D57FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FDC is #2A8023. Grayscale: #A3A3A3. Windows color (decimal): -2785316 or 14450645. OLE color: 14450645.

HSL color Cylindrical-coordinate representation of color #D57FDC: hue angle of 295.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57FDC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 127 220 -
CMYK 0.03 0.42 0 0.14
HSL 295.48º 0.57% 0.68% -
HSV(B) 295.48º 0.42% 0.86% -
XYZ 47.95 34.49 71.84 -
YUV 163.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 213 127 220 0.03 0.42 0 0.14 295.48 0.57 0.68
Hex D5 7F DC 3 2A 0 E 127 39 44
Octal 325 177 334 3 52 0 16 447 71 104
Binary 11010101 1111111 11011100 11 101010 0 1110 100100111 111001 1000100

Color Harmonies of #D57FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FDC

Black with #D57FDC

Text Example


Text Example

White with #D57FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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