Html Css Color HEX #D97ACF Orchid

📋 copy color: '#D97ACF'

red 217 ◦ green 122 ◦ blue 207

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

Shades of Orchid #D97ACF

Tints of Orchid #D97ACF

RGB

 RED value IS 217 (85.16% from 255) = 39.74%

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

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

R = 39.74%
G = 22.34%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D97ACF (or 0xD97ACF) is known color: Orchid. HEX triplet: D9, 7A and CF. RGB value is (217,122,207). Sum of RGB (Red+Green+Blue) = 217+122+207=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ACF is #268530. Grayscale: #9F9F9F. Windows color (decimal): -2524465 or 13597401. OLE color: 13597401.

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

Color convert

RGB 217 122 207 -
CMYK 0 0.44 0.05 0.15
HSL 306.32º 0.56% 0.66% -
HSV(B) 306.32º 0.44% 0.85% -
XYZ 46.84 33.18 62.97 -
YUV 160.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 217 122 207 0 0.44 0.05 0.15 306.32 0.56 0.66
Hex D9 7A CF 0 2C 5 F 132 38 42
Octal 331 172 317 0 54 5 17 462 70 102
Binary 11011001 1111010 11001111 0 101100 101 1111 100110010 111000 1000010

Color Harmonies of #D97ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97ACF

Black with #D97ACF

Text Example


Text Example

White with #D97ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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