Html Css Color HEX #D776C1 Orchid

📋 copy color: '#D776C1'

red 215 ◦ green 118 ◦ blue 193

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

Shades of Orchid #D776C1

Tints of Orchid #D776C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 40.87%
G = 22.43%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D776C1 (or 0xD776C1) is known color: Orchid. HEX triplet: D7, 76 and C1. RGB value is (215,118,193). Sum of RGB (Red+Green+Blue) = 215+118+193=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D776C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776C1 is #28893E. Grayscale: #9B9B9B. Windows color (decimal): -2656575 or 12678871. OLE color: 12678871.

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

Color convert

RGB 215 118 193 -
CMYK 0 0.45 0.10 0.16
HSL 313.61º 0.55% 0.65% -
HSV(B) 313.61º 0.45% 0.84% -
XYZ 44.13 31.25 54.16 -
YUV 155.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 215 118 193 0 0.45 0.10 0.16 313.61 0.55 0.65
Hex D7 76 C1 0 2D A 10 13A 37 41
Octal 327 166 301 0 55 12 20 472 67 101
Binary 11010111 1110110 11000001 0 101101 1010 10000 100111010 110111 1000001

Color Harmonies of #D776C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776C1

Black with #D776C1

Text Example


Text Example

White with #D776C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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