Html Css Color HEX #D878CE Orchid

📋 copy color: '#D878CE'

red 216 ◦ green 120 ◦ blue 206

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

Shades of Orchid #D878CE

Tints of Orchid #D878CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.14%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 39.85%
G = 22.14%
B = 38.01%

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

#D878CE (or 0xD878CE) is known color: Orchid. HEX triplet: D8, 78 and CE. RGB value is (216,120,206). Sum of RGB (Red+Green+Blue) = 216+120+206=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D878CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878CE is #278731. Grayscale: #9E9E9E. Windows color (decimal): -2590514 or 13531352. OLE color: 13531352.

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

Color convert

RGB 216 120 206 -
CMYK 0 0.44 0.05 0.15
HSL 306.25º 0.55% 0.66% -
HSV(B) 306.25º 0.44% 0.85% -
XYZ 46.18 32.49 62.23 -
YUV 158.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 216 120 206 0 0.44 0.05 0.15 306.25 0.55 0.66
Hex D8 78 CE 0 2C 5 F 132 37 42
Octal 330 170 316 0 54 5 17 462 67 102
Binary 11011000 1111000 11001110 0 101100 101 1111 100110010 110111 1000010

Color Harmonies of #D878CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878CE

Black with #D878CE

Text Example


Text Example

White with #D878CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878CE; }

 p { color: rgb(216,120,206); }

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

background-color css

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

 a { background-color: rgb(216,120,206); }

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

border-color css

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

 span { border-color: rgb(216,120,206); }

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