Html Css Color HEX #D97BC6 Orchid

📋 copy color: '#D97BC6'

red 217 ◦ green 123 ◦ blue 198

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

Shades of Orchid #D97BC6

Tints of Orchid #D97BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.8%

R = 40.33%
G = 22.86%
B = 36.8%

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

#D97BC6 (or 0xD97BC6) is known color: Orchid. HEX triplet: D9, 7B and C6. RGB value is (217,123,198). Sum of RGB (Red+Green+Blue) = 217+123+198=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BC6 is #268439. Grayscale: #9F9F9F. Windows color (decimal): -2524218 or 13007833. OLE color: 13007833.

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

Color convert

RGB 217 123 198 -
CMYK 0 0.43 0.09 0.15
HSL 312.13º 0.55% 0.67% -
HSV(B) 312.13º 0.43% 0.85% -
XYZ 45.89 32.99 57.38 -
YUV 159.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 217 123 198 0 0.43 0.09 0.15 312.13 0.55 0.67
Hex D9 7B C6 0 2B 9 F 138 37 43
Octal 331 173 306 0 53 11 17 470 67 103
Binary 11011001 1111011 11000110 0 101011 1001 1111 100111000 110111 1000011

Color Harmonies of #D97BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BC6

Black with #D97BC6

Text Example


Text Example

White with #D97BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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