Html Css Color HEX #D879CD Orchid

📋 copy color: '#D879CD'

red 216 ◦ green 121 ◦ blue 205

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

Shades of Orchid #D879CD

Tints of Orchid #D879CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.82%

R = 39.85%
G = 22.32%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D879CD (or 0xD879CD) is known color: Orchid. HEX triplet: D8, 79 and CD. RGB value is (216,121,205). Sum of RGB (Red+Green+Blue) = 216+121+205=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D879CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879CD is #278632. Grayscale: #9E9E9E. Windows color (decimal): -2590259 or 13466072. OLE color: 13466072.

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

Color convert

RGB 216 121 205 -
CMYK 0 0.44 0.05 0.15
HSL 306.95º 0.55% 0.66% -
HSV(B) 306.95º 0.44% 0.85% -
XYZ 46.18 32.68 61.63 -
YUV 158.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 216 121 205 0 0.44 0.05 0.15 306.95 0.55 0.66
Hex D8 79 CD 0 2C 5 F 133 37 42
Octal 330 171 315 0 54 5 17 463 67 102
Binary 11011000 1111001 11001101 0 101100 101 1111 100110011 110111 1000010

Color Harmonies of #D879CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879CD

Black with #D879CD

Text Example


Text Example

White with #D879CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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