Html Css Color HEX #D879CB Orchid

📋 copy color: '#D879CB'

red 216 ◦ green 121 ◦ blue 203

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

Shades of Orchid #D879CB

Tints of Orchid #D879CB

RGB

 RED value IS 216 (84.77% from 255) = 40%

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

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

R = 40%
G = 22.41%
B = 37.59%

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

#D879CB (or 0xD879CB) is known color: Orchid. HEX triplet: D8, 79 and CB. RGB value is (216,121,203). Sum of RGB (Red+Green+Blue) = 216+121+203=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D879CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879CB is #278634. Grayscale: #9E9E9E. Windows color (decimal): -2590261 or 13335000. OLE color: 13335000.

HSL color Cylindrical-coordinate representation of color #D879CB: hue angle of 308.21º degrees, saturation: 0.55, 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 #D879CB is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 121 203 -
CMYK 0 0.44 0.06 0.15
HSL 308.21º 0.55% 0.66% -
HSV(B) 308.21º 0.44% 0.85% -
XYZ 45.94 32.59 60.37 -
YUV 158.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 216 121 203 0 0.44 0.06 0.15 308.21 0.55 0.66
Hex D8 79 CB 0 2C 6 F 134 37 42
Octal 330 171 313 0 54 6 17 464 67 102
Binary 11011000 1111001 11001011 0 101100 110 1111 100110100 110111 1000010

Color Harmonies of #D879CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879CB

Black with #D879CB

Text Example


Text Example

White with #D879CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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