Html Css Color HEX #D879CC Orchid

📋 copy color: '#D879CC'

red 216 ◦ green 121 ◦ blue 204

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

Shades of Orchid #D879CC

Tints of Orchid #D879CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 39.93%
G = 22.37%
B = 37.71%

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

#D879CC (or 0xD879CC) is known color: Orchid. HEX triplet: D8, 79 and CC. RGB value is (216,121,204). Sum of RGB (Red+Green+Blue) = 216+121+204=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D879CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879CC is #278633. Grayscale: #9E9E9E. Windows color (decimal): -2590260 or 13400536. OLE color: 13400536.

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

Color convert

RGB 216 121 204 -
CMYK 0 0.44 0.06 0.15
HSL 307.58º 0.55% 0.66% -
HSV(B) 307.58º 0.44% 0.85% -
XYZ 46.06 32.63 61 -
YUV 158.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 216 121 204 0 0.44 0.06 0.15 307.58 0.55 0.66
Hex D8 79 CC 0 2C 6 F 134 37 42
Octal 330 171 314 0 54 6 17 464 67 102
Binary 11011000 1111001 11001100 0 101100 110 1111 100110100 110111 1000010

Color Harmonies of #D879CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879CC

Black with #D879CC

Text Example


Text Example

White with #D879CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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