Html Css Color HEX #D57DDB Orchid

📋 copy color: '#D57DDB'

red 213 ◦ green 125 ◦ blue 219

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

Shades of Orchid #D57DDB

Tints of Orchid #D57DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.44%

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

R = 38.24%
G = 22.44%
B = 39.32%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D57DDB (or 0xD57DDB) is known color: Orchid. HEX triplet: D5, 7D and DB. RGB value is (213,125,219). Sum of RGB (Red+Green+Blue) = 213+125+219=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #D57DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DDB is #2A8224. Grayscale: #A1A1A1. Windows color (decimal): -2785829 or 14384597. OLE color: 14384597.

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

Color convert

RGB 213 125 219 -
CMYK 0.03 0.43 0 0.14
HSL 296.17º 0.57% 0.67% -
HSV(B) 296.17º 0.43% 0.86% -
XYZ 47.56 33.93 71.06 -
YUV 162.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 213 125 219 0.03 0.43 0 0.14 296.17 0.57 0.67
Hex D5 7D DB 3 2B 0 E 128 39 43
Octal 325 175 333 3 53 0 16 450 71 103
Binary 11010101 1111101 11011011 11 101011 0 1110 100101000 111001 1000011

Color Harmonies of #D57DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DDB

Black with #D57DDB

Text Example


Text Example

White with #D57DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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