Html Css Color HEX #D97DCB Orchid

📋 copy color: '#D97DCB'

red 217 ◦ green 125 ◦ blue 203

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

Shades of Orchid #D97DCB

Tints of Orchid #D97DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.94%

 BLUE value IS 203 (79.69% from 255) = 37.25%

R = 39.82%
G = 22.94%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D97DCB (or 0xD97DCB) is known color: Orchid. HEX triplet: D9, 7D and CB. RGB value is (217,125,203). Sum of RGB (Red+Green+Blue) = 217+125+203=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DCB is #268234. Grayscale: #A1A1A1. Windows color (decimal): -2523701 or 13336025. OLE color: 13336025.

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

Color convert

RGB 217 125 203 -
CMYK 0 0.42 0.06 0.15
HSL 309.13º 0.55% 0.67% -
HSV(B) 309.13º 0.42% 0.85% -
XYZ 46.73 33.73 60.55 -
YUV 161.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 217 125 203 0 0.42 0.06 0.15 309.13 0.55 0.67
Hex D9 7D CB 0 2A 6 F 135 37 43
Octal 331 175 313 0 52 6 17 465 67 103
Binary 11011001 1111101 11001011 0 101010 110 1111 100110101 110111 1000011

Color Harmonies of #D97DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DCB

Black with #D97DCB

Text Example


Text Example

White with #D97DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DCB; }

 p { color: rgb(217,125,203); }

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

background-color css

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

 a { background-color: rgb(217,125,203); }

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

border-color css

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

 span { border-color: rgb(217,125,203); }

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