Html Css Color HEX #D57ADA Orchid

📋 copy color: '#D57ADA'

red 213 ◦ green 122 ◦ blue 218

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

Shades of Orchid #D57ADA

Tints of Orchid #D57ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 38.52%
G = 22.06%
B = 39.42%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D57ADA (or 0xD57ADA) is known color: Orchid. HEX triplet: D5, 7A and DA. RGB value is (213,122,218). Sum of RGB (Red+Green+Blue) = 213+122+218=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #D57ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ADA is #2A8525. Grayscale: #9F9F9F. Windows color (decimal): -2786598 or 14318293. OLE color: 14318293.

HSL color Cylindrical-coordinate representation of color #D57ADA: hue angle of 296.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57ADA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 122 218 -
CMYK 0.02 0.44 0 0.15
HSL 296.88º 0.56% 0.67% -
HSV(B) 296.88º 0.44% 0.85% -
XYZ 47.06 33.13 70.24 -
YUV 160.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 213 122 218 0.02 0.44 0 0.15 296.88 0.56 0.67
Hex D5 7A DA 2 2C 0 F 129 38 43
Octal 325 172 332 2 54 0 17 451 70 103
Binary 11010101 1111010 11011010 10 101100 0 1111 100101001 111000 1000011

Color Harmonies of #D57ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ADA

Black with #D57ADA

Text Example


Text Example

White with #D57ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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