Html Css Color HEX #D877CF Orchid

📋 copy color: '#D877CF'

red 216 ◦ green 119 ◦ blue 207

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

Shades of Orchid #D877CF

Tints of Orchid #D877CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.96%

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

R = 39.85%
G = 21.96%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D877CF (or 0xD877CF) is known color: Orchid. HEX triplet: D8, 77 and CF. RGB value is (216,119,207). Sum of RGB (Red+Green+Blue) = 216+119+207=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D877CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877CF is #278830. Grayscale: #9D9D9D. Windows color (decimal): -2590769 or 13596632. OLE color: 13596632.

HSL color Cylindrical-coordinate representation of color #D877CF: hue angle of 305.57º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D877CF is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 207 -
CMYK 0 0.45 0.04 0.15
HSL 305.57º 0.55% 0.66% -
HSV(B) 305.57º 0.45% 0.85% -
XYZ 46.18 32.3 62.83 -
YUV 158.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 216 119 207 0 0.45 0.04 0.15 305.57 0.55 0.66
Hex D8 77 CF 0 2D 4 F 132 37 42
Octal 330 167 317 0 55 4 17 462 67 102
Binary 11011000 1110111 11001111 0 101101 100 1111 100110010 110111 1000010

Color Harmonies of #D877CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D877CF

Black with #D877CF

Text Example


Text Example

White with #D877CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D877CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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