Html Css Color HEX #D57ADB Orchid

📋 copy color: '#D57ADB'

red 213 ◦ green 122 ◦ blue 219

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

Shades of Orchid #D57ADB

Tints of Orchid #D57ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.02%

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

R = 38.45%
G = 22.02%
B = 39.53%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D57ADB (or 0xD57ADB) is known color: Orchid. HEX triplet: D5, 7A and DB. RGB value is (213,122,219). Sum of RGB (Red+Green+Blue) = 213+122+219=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #D57ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ADB is #2A8524. Grayscale: #9F9F9F. Windows color (decimal): -2786597 or 14383829. OLE color: 14383829.

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

Color convert

RGB 213 122 219 -
CMYK 0.03 0.44 0 0.14
HSL 296.29º 0.57% 0.67% -
HSV(B) 296.29º 0.44% 0.86% -
XYZ 47.19 33.18 70.94 -
YUV 160.27 161.15 165.61 -
System Red Green Blue C M Y K H S L
Decimal 213 122 219 0.03 0.44 0 0.14 296.29 0.57 0.67
Hex D5 7A DB 3 2C 0 E 128 39 43
Octal 325 172 333 3 54 0 16 450 71 103
Binary 11010101 1111010 11011011 11 101100 0 1110 100101000 111001 1000011

Color Harmonies of #D57ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ADB

Black with #D57ADB

Text Example


Text Example

White with #D57ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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