Html Css Color HEX #D57FDB Orchid

📋 copy color: '#D57FDB'

red 213 ◦ green 127 ◦ blue 219

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

Shades of Orchid #D57FDB

Tints of Orchid #D57FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 38.1%
G = 22.72%
B = 39.18%

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

#D57FDB (or 0xD57FDB) is known color: Orchid. HEX triplet: D5, 7F and DB. RGB value is (213,127,219). Sum of RGB (Red+Green+Blue) = 213+127+219=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #D57FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FDB is #2A8024. Grayscale: #A2A2A2. Windows color (decimal): -2785317 or 14385109. OLE color: 14385109.

HSL color Cylindrical-coordinate representation of color #D57FDB: hue angle of 296.09º degrees, saturation: 0.56, 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 #D57FDB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 127 219 -
CMYK 0.03 0.42 0 0.14
HSL 296.09º 0.56% 0.68% -
HSV(B) 296.09º 0.42% 0.86% -
XYZ 47.82 34.44 71.15 -
YUV 163.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 213 127 219 0.03 0.42 0 0.14 296.09 0.56 0.68
Hex D5 7F DB 3 2A 0 E 128 38 44
Octal 325 177 333 3 52 0 16 450 70 104
Binary 11010101 1111111 11011011 11 101010 0 1110 100101000 111000 1000100

Color Harmonies of #D57FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FDB

Black with #D57FDB

Text Example


Text Example

White with #D57FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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