Html Css Color HEX #D97BC5 Orchid

📋 copy color: '#D97BC5'

red 217 ◦ green 123 ◦ blue 197

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

Shades of Orchid #D97BC5

Tints of Orchid #D97BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 40.41%
G = 22.91%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D97BC5 (or 0xD97BC5) is known color: Orchid. HEX triplet: D9, 7B and C5. RGB value is (217,123,197). Sum of RGB (Red+Green+Blue) = 217+123+197=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BC5 is #26843A. Grayscale: #9F9F9F. Windows color (decimal): -2524219 or 12942297. OLE color: 12942297.

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

Color convert

RGB 217 123 197 -
CMYK 0 0.43 0.09 0.15
HSL 312.77º 0.55% 0.67% -
HSV(B) 312.77º 0.43% 0.85% -
XYZ 45.78 32.95 56.77 -
YUV 159.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 217 123 197 0 0.43 0.09 0.15 312.77 0.55 0.67
Hex D9 7B C5 0 2B 9 F 139 37 43
Octal 331 173 305 0 53 11 17 471 67 103
Binary 11011001 1111011 11000101 0 101011 1001 1111 100111001 110111 1000011

Color Harmonies of #D97BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BC5

Black with #D97BC5

Text Example


Text Example

White with #D97BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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