Html Css Color HEX #D57FDA Orchid

📋 copy color: '#D57FDA'

red 213 ◦ green 127 ◦ blue 218

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

Shades of Orchid #D57FDA

Tints of Orchid #D57FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 38.17%
G = 22.76%
B = 39.07%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D57FDA (or 0xD57FDA) is known color: Orchid. HEX triplet: D5, 7F and DA. RGB value is (213,127,218). Sum of RGB (Red+Green+Blue) = 213+127+218=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #D57FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FDA is #2A8025. Grayscale: #A2A2A2. Windows color (decimal): -2785318 or 14319573. OLE color: 14319573.

HSL color Cylindrical-coordinate representation of color #D57FDA: hue angle of 296.7º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57FDA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 127 218 -
CMYK 0.02 0.42 0 0.15
HSL 296.7º 0.55% 0.68% -
HSV(B) 296.7º 0.42% 0.85% -
XYZ 47.68 34.39 70.45 -
YUV 163.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 213 127 218 0.02 0.42 0 0.15 296.7 0.55 0.68
Hex D5 7F DA 2 2A 0 F 129 37 44
Octal 325 177 332 2 52 0 17 451 67 104
Binary 11010101 1111111 11011010 10 101010 0 1111 100101001 110111 1000100

Color Harmonies of #D57FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FDA

Black with #D57FDA

Text Example


Text Example

White with #D57FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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