Html Css Color HEX #D57DDE Orchid

📋 copy color: '#D57DDE'

red 213 ◦ green 125 ◦ blue 222

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

Shades of Orchid #D57DDE

Tints of Orchid #D57DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.64%

R = 38.04%
G = 22.32%
B = 39.64%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D57DDE (or 0xD57DDE) is known color: Orchid. HEX triplet: D5, 7D and DE. RGB value is (213,125,222). Sum of RGB (Red+Green+Blue) = 213+125+222=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #D57DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DDE is #2A8221. Grayscale: #A2A2A2. Windows color (decimal): -2785826 or 14581205. OLE color: 14581205.

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

Color convert

RGB 213 125 222 -
CMYK 0.04 0.44 0 0.13
HSL 294.43º 0.6% 0.68% -
HSV(B) 294.43º 0.44% 0.87% -
XYZ 47.96 34.09 73.16 -
YUV 162.37 161.65 164.11 -
System Red Green Blue C M Y K H S L
Decimal 213 125 222 0.04 0.44 0 0.13 294.43 0.6 0.68
Hex D5 7D DE 4 2C 0 D 126 3C 44
Octal 325 175 336 4 54 0 15 446 74 104
Binary 11010101 1111101 11011110 100 101100 0 1101 100100110 111100 1000100

Color Harmonies of #D57DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DDE

Black with #D57DDE

Text Example


Text Example

White with #D57DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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