Html Css Color HEX #D979CB Orchid

📋 copy color: '#D979CB'

red 217 ◦ green 121 ◦ blue 203

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

Shades of Orchid #D979CB

Tints of Orchid #D979CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.37%

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

R = 40.11%
G = 22.37%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D979CB (or 0xD979CB) is known color: Orchid. HEX triplet: D9, 79 and CB. RGB value is (217,121,203). Sum of RGB (Red+Green+Blue) = 217+121+203=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D979CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979CB is #268634. Grayscale: #9E9E9E. Windows color (decimal): -2524725 or 13335001. OLE color: 13335001.

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

Color convert

RGB 217 121 203 -
CMYK 0 0.44 0.06 0.15
HSL 308.75º 0.56% 0.66% -
HSV(B) 308.75º 0.44% 0.85% -
XYZ 46.23 32.74 60.38 -
YUV 159.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 217 121 203 0 0.44 0.06 0.15 308.75 0.56 0.66
Hex D9 79 CB 0 2C 6 F 135 38 42
Octal 331 171 313 0 54 6 17 465 70 102
Binary 11011001 1111001 11001011 0 101100 110 1111 100110101 111000 1000010

Color Harmonies of #D979CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979CB

Black with #D979CB

Text Example


Text Example

White with #D979CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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