Html Css Color HEX #D778C0 Orchid

📋 copy color: '#D778C0'

red 215 ◦ green 120 ◦ blue 192

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

Shades of Orchid #D778C0

Tints of Orchid #D778C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.43%

R = 40.8%
G = 22.77%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D778C0 (or 0xD778C0) is known color: Orchid. HEX triplet: D7, 78 and C0. RGB value is (215,120,192). Sum of RGB (Red+Green+Blue) = 215+120+192=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D778C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778C0 is #28873F. Grayscale: #9C9C9C. Windows color (decimal): -2656064 or 12613847. OLE color: 12613847.

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

Color convert

RGB 215 120 192 -
CMYK 0 0.44 0.11 0.16
HSL 314.53º 0.54% 0.66% -
HSV(B) 314.53º 0.44% 0.84% -
XYZ 44.26 31.69 53.65 -
YUV 156.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 215 120 192 0 0.44 0.11 0.16 314.53 0.54 0.66
Hex D7 78 C0 0 2C B 10 13B 36 42
Octal 327 170 300 0 54 13 20 473 66 102
Binary 11010111 1111000 11000000 0 101100 1011 10000 100111011 110110 1000010

Color Harmonies of #D778C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778C0

Black with #D778C0

Text Example


Text Example

White with #D778C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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