Html Css Color HEX #D97BC7 Orchid

📋 copy color: '#D97BC7'

red 217 ◦ green 123 ◦ blue 199

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

Shades of Orchid #D97BC7

Tints of Orchid #D97BC7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.82%

 BLUE value IS 199 (78.13% from 255) = 36.92%

R = 40.26%
G = 22.82%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D97BC7 (or 0xD97BC7) is known color: Orchid. HEX triplet: D9, 7B and C7. RGB value is (217,123,199). Sum of RGB (Red+Green+Blue) = 217+123+199=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BC7 is #268438. Grayscale: #9F9F9F. Windows color (decimal): -2524217 or 13073369. OLE color: 13073369.

HSL color Cylindrical-coordinate representation of color #D97BC7: hue angle of 311.49º 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 #D97BC7 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 123 199 -
CMYK 0 0.43 0.08 0.15
HSL 311.49º 0.55% 0.67% -
HSV(B) 311.49º 0.43% 0.85% -
XYZ 46.01 33.04 57.99 -
YUV 159.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 217 123 199 0 0.43 0.08 0.15 311.49 0.55 0.67
Hex D9 7B C7 0 2B 8 F 137 37 43
Octal 331 173 307 0 53 10 17 467 67 103
Binary 11011001 1111011 11000111 0 101011 1000 1111 100110111 110111 1000011

Color Harmonies of #D97BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BC7

Black with #D97BC7

Text Example


Text Example

White with #D97BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BC7; }

 p { color: rgb(217,123,199); }

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

background-color css

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

 a { background-color: rgb(217,123,199); }

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

border-color css

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

 span { border-color: rgb(217,123,199); }

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