Html Css Color HEX #D776CE Orchid

📋 copy color: '#D776CE'

red 215 ◦ green 118 ◦ blue 206

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

Shades of Orchid #D776CE

Tints of Orchid #D776CE

RGB

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

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

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

R = 39.89%
G = 21.89%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D776CE (or 0xD776CE) is known color: Orchid. HEX triplet: D7, 76 and CE. RGB value is (215,118,206). Sum of RGB (Red+Green+Blue) = 215+118+206=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D776CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776CE is #288931. Grayscale: #9C9C9C. Windows color (decimal): -2656562 or 13530839. OLE color: 13530839.

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

Color convert

RGB 215 118 206 -
CMYK 0 0.45 0.04 0.16
HSL 305.57º 0.55% 0.65% -
HSV(B) 305.57º 0.45% 0.84% -
XYZ 45.64 31.86 62.14 -
YUV 157.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 215 118 206 0 0.45 0.04 0.16 305.57 0.55 0.65
Hex D7 76 CE 0 2D 4 10 132 37 41
Octal 327 166 316 0 55 4 20 462 67 101
Binary 11010111 1110110 11001110 0 101101 100 10000 100110010 110111 1000001

Color Harmonies of #D776CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776CE

Black with #D776CE

Text Example


Text Example

White with #D776CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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