Html Css Color HEX #D778C1 Orchid

📋 copy color: '#D778C1'

red 215 ◦ green 120 ◦ blue 193

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

Shades of Orchid #D778C1

Tints of Orchid #D778C1

RGB

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

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

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

R = 40.72%
G = 22.73%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D778C1 (or 0xD778C1) is known color: Orchid. HEX triplet: D7, 78 and C1. RGB value is (215,120,193). Sum of RGB (Red+Green+Blue) = 215+120+193=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D778C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778C1 is #28873E. Grayscale: #9C9C9C. Windows color (decimal): -2656063 or 12679383. OLE color: 12679383.

HSL color Cylindrical-coordinate representation of color #D778C1: hue angle of 313.89º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D778C1 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 193 -
CMYK 0 0.44 0.10 0.16
HSL 313.89º 0.54% 0.66% -
HSV(B) 313.89º 0.44% 0.84% -
XYZ 44.37 31.73 54.24 -
YUV 156.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 215 120 193 0 0.44 0.10 0.16 313.89 0.54 0.66
Hex D7 78 C1 0 2C A 10 13A 36 42
Octal 327 170 301 0 54 12 20 472 66 102
Binary 11010111 1111000 11000001 0 101100 1010 10000 100111010 110110 1000010

Color Harmonies of #D778C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778C1

Black with #D778C1

Text Example


Text Example

White with #D778C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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