Html Css Color HEX #D57ADE Orchid

📋 copy color: '#D57ADE'

red 213 ◦ green 122 ◦ blue 222

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

Shades of Orchid #D57ADE

Tints of Orchid #D57ADE

RGB

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

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

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

R = 38.24%
G = 21.9%
B = 39.86%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D57ADE (or 0xD57ADE) is known color: Orchid. HEX triplet: D5, 7A and DE. RGB value is (213,122,222). Sum of RGB (Red+Green+Blue) = 213+122+222=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #D57ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ADE is #2A8521. Grayscale: #A0A0A0. Windows color (decimal): -2786594 or 14580437. OLE color: 14580437.

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

Color convert

RGB 213 122 222 -
CMYK 0.04 0.45 0 0.13
HSL 294.6º 0.6% 0.67% -
HSV(B) 294.6º 0.45% 0.87% -
XYZ 47.58 33.34 73.03 -
YUV 160.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 213 122 222 0.04 0.45 0 0.13 294.6 0.6 0.67
Hex D5 7A DE 4 2D 0 D 127 3C 43
Octal 325 172 336 4 55 0 15 447 74 103
Binary 11010101 1111010 11011110 100 101101 0 1101 100100111 111100 1000011

Color Harmonies of #D57ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ADE

Black with #D57ADE

Text Example


Text Example

White with #D57ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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