Html Css Color HEX #D878CF Orchid

📋 copy color: '#D878CF'

red 216 ◦ green 120 ◦ blue 207

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

Shades of Orchid #D878CF

Tints of Orchid #D878CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 39.78%
G = 22.1%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D878CF (or 0xD878CF) is known color: Orchid. HEX triplet: D8, 78 and CF. RGB value is (216,120,207). Sum of RGB (Red+Green+Blue) = 216+120+207=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D878CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878CF is #278730. Grayscale: #9E9E9E. Windows color (decimal): -2590513 or 13596888. OLE color: 13596888.

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

Color convert

RGB 216 120 207 -
CMYK 0 0.44 0.04 0.15
HSL 305.63º 0.55% 0.66% -
HSV(B) 305.63º 0.44% 0.85% -
XYZ 46.3 32.54 62.87 -
YUV 158.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 216 120 207 0 0.44 0.04 0.15 305.63 0.55 0.66
Hex D8 78 CF 0 2C 4 F 132 37 42
Octal 330 170 317 0 54 4 17 462 67 102
Binary 11011000 1111000 11001111 0 101100 100 1111 100110010 110111 1000010

Color Harmonies of #D878CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878CF

Black with #D878CF

Text Example


Text Example

White with #D878CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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