Html Css Color HEX #D97BC3 Orchid

📋 copy color: '#D97BC3'

red 217 ◦ green 123 ◦ blue 195

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

Shades of Orchid #D97BC3

Tints of Orchid #D97BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.45%

R = 40.56%
G = 22.99%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D97BC3 (or 0xD97BC3) is known color: Orchid. HEX triplet: D9, 7B and C3. RGB value is (217,123,195). Sum of RGB (Red+Green+Blue) = 217+123+195=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BC3 is #26843C. Grayscale: #9F9F9F. Windows color (decimal): -2524221 or 12811225. OLE color: 12811225.

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

Color convert

RGB 217 123 195 -
CMYK 0 0.43 0.10 0.15
HSL 314.04º 0.55% 0.67% -
HSV(B) 314.04º 0.43% 0.85% -
XYZ 45.55 32.86 55.57 -
YUV 159.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 217 123 195 0 0.43 0.10 0.15 314.04 0.55 0.67
Hex D9 7B C3 0 2B A F 13A 37 43
Octal 331 173 303 0 53 12 17 472 67 103
Binary 11011001 1111011 11000011 0 101011 1010 1111 100111010 110111 1000011

Color Harmonies of #D97BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BC3

Black with #D97BC3

Text Example


Text Example

White with #D97BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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