Html Css Color HEX #D97CC9 Orchid

📋 copy color: '#D97CC9'

red 217 ◦ green 124 ◦ blue 201

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

Shades of Orchid #D97CC9

Tints of Orchid #D97CC9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

 BLUE value IS 201 (78.91% from 255) = 37.08%

R = 40.04%
G = 22.88%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D97CC9 (or 0xD97CC9) is known color: Orchid. HEX triplet: D9, 7C and C9. RGB value is (217,124,201). Sum of RGB (Red+Green+Blue) = 217+124+201=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CC9 is #268336. Grayscale: #A0A0A0. Windows color (decimal): -2523959 or 13204697. OLE color: 13204697.

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

Color convert

RGB 217 124 201 -
CMYK 0 0.43 0.07 0.15
HSL 310.32º 0.55% 0.67% -
HSV(B) 310.32º 0.43% 0.85% -
XYZ 46.37 33.38 59.26 -
YUV 160.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 217 124 201 0 0.43 0.07 0.15 310.32 0.55 0.67
Hex D9 7C C9 0 2B 7 F 136 37 43
Octal 331 174 311 0 53 7 17 466 67 103
Binary 11011001 1111100 11001001 0 101011 111 1111 100110110 110111 1000011

Color Harmonies of #D97CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CC9

Black with #D97CC9

Text Example


Text Example

White with #D97CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CC9; }

 p { color: rgb(217,124,201); }

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

background-color css

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

 a { background-color: rgb(217,124,201); }

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

border-color css

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

 span { border-color: rgb(217,124,201); }

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