Html Css Color HEX #D57ACF Orchid

📋 copy color: '#D57ACF'

red 213 ◦ green 122 ◦ blue 207

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

Shades of Orchid #D57ACF

Tints of Orchid #D57ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 39.3%
G = 22.51%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D57ACF (or 0xD57ACF) is known color: Orchid. HEX triplet: D5, 7A and CF. RGB value is (213,122,207). Sum of RGB (Red+Green+Blue) = 213+122+207=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ACF is #2A8530. Grayscale: #9E9E9E. Windows color (decimal): -2786609 or 13597397. OLE color: 13597397.

HSL color Cylindrical-coordinate representation of color #D57ACF: hue angle of 303.96º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57ACF is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 122 207 -
CMYK 0 0.43 0.03 0.16
HSL 303.96º 0.52% 0.66% -
HSV(B) 303.96º 0.43% 0.84% -
XYZ 45.66 32.57 62.91 -
YUV 158.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 213 122 207 0 0.43 0.03 0.16 303.96 0.52 0.66
Hex D5 7A CF 0 2B 3 10 130 34 42
Octal 325 172 317 0 53 3 20 460 64 102
Binary 11010101 1111010 11001111 0 101011 11 10000 100110000 110100 1000010

Color Harmonies of #D57ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ACF

Black with #D57ACF

Text Example


Text Example

White with #D57ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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