Html Css Color HEX #D57FDD Orchid

📋 copy color: '#D57FDD'

red 213 ◦ green 127 ◦ blue 221

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

Shades of Orchid #D57FDD

Tints of Orchid #D57FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 37.97%
G = 22.64%
B = 39.39%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D57FDD (or 0xD57FDD) is known color: Orchid. HEX triplet: D5, 7F and DD. RGB value is (213,127,221). Sum of RGB (Red+Green+Blue) = 213+127+221=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D57FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FDD is #2A8022. Grayscale: #A3A3A3. Windows color (decimal): -2785315 or 14516181. OLE color: 14516181.

HSL color Cylindrical-coordinate representation of color #D57FDD: hue angle of 294.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57FDD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 127 221 -
CMYK 0.04 0.43 0 0.13
HSL 294.89º 0.58% 0.68% -
HSV(B) 294.89º 0.43% 0.87% -
XYZ 48.08 34.55 72.54 -
YUV 163.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 213 127 221 0.04 0.43 0 0.13 294.89 0.58 0.68
Hex D5 7F DD 4 2B 0 D 127 3A 44
Octal 325 177 335 4 53 0 15 447 72 104
Binary 11010101 1111111 11011101 100 101011 0 1101 100100111 111010 1000100

Color Harmonies of #D57FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FDD

Black with #D57FDD

Text Example


Text Example

White with #D57FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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