Html Css Color HEX #D776C8 Orchid

📋 copy color: '#D776C8'

red 215 ◦ green 118 ◦ blue 200

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

Shades of Orchid #D776C8

Tints of Orchid #D776C8

RGB

 RED value IS 215 (84.38% from 255) = 40.34%

 GREEN value IS 118 (46.48% from 255) = 22.14%

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 40.34%
G = 22.14%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D776C8 (or 0xD776C8) is known color: Orchid. HEX triplet: D7, 76 and C8. RGB value is (215,118,200). Sum of RGB (Red+Green+Blue) = 215+118+200=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D776C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776C8 is #288937. Grayscale: #9C9C9C. Windows color (decimal): -2656568 or 13137623. OLE color: 13137623.

HSL color Cylindrical-coordinate representation of color #D776C8: hue angle of 309.28º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D776C8 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 118 200 -
CMYK 0 0.45 0.07 0.16
HSL 309.28º 0.55% 0.65% -
HSV(B) 309.28º 0.45% 0.84% -
XYZ 44.93 31.57 58.37 -
YUV 156.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 215 118 200 0 0.45 0.07 0.16 309.28 0.55 0.65
Hex D7 76 C8 0 2D 7 10 135 37 41
Octal 327 166 310 0 55 7 20 465 67 101
Binary 11010111 1110110 11001000 0 101101 111 10000 100110101 110111 1000001

Color Harmonies of #D776C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776C8

Black with #D776C8

Text Example


Text Example

White with #D776C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776C8; }

 p { color: rgb(215,118,200); }

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

background-color css

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

 a { background-color: rgb(215,118,200); }

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

border-color css

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

 span { border-color: rgb(215,118,200); }

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