Html Css Color HEX #D57ADF Orchid

📋 copy color: '#D57ADF'

red 213 ◦ green 122 ◦ blue 223

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

Shades of Orchid #D57ADF

Tints of Orchid #D57ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 38.17%
G = 21.86%
B = 39.96%

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

#D57ADF (or 0xD57ADF) is known color: Orchid. HEX triplet: D5, 7A and DF. RGB value is (213,122,223). Sum of RGB (Red+Green+Blue) = 213+122+223=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #D57ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ADF is #2A8520. Grayscale: #A0A0A0. Windows color (decimal): -2786593 or 14645973. OLE color: 14645973.

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

Color convert

RGB 213 122 223 -
CMYK 0.04 0.45 0 0.13
HSL 294.06º 0.61% 0.68% -
HSV(B) 294.06º 0.45% 0.87% -
XYZ 47.72 33.39 73.74 -
YUV 160.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 213 122 223 0.04 0.45 0 0.13 294.06 0.61 0.68
Hex D5 7A DF 4 2D 0 D 126 3D 44
Octal 325 172 337 4 55 0 15 446 75 104
Binary 11010101 1111010 11011111 100 101101 0 1101 100100110 111101 1000100

Color Harmonies of #D57ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ADF

Black with #D57ADF

Text Example


Text Example

White with #D57ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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