Html Css Color HEX #D778C8 Orchid

📋 copy color: '#D778C8'

red 215 ◦ green 120 ◦ blue 200

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

Shades of Orchid #D778C8

Tints of Orchid #D778C8

RGB

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

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

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

R = 40.19%
G = 22.43%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D778C8 (or 0xD778C8) is known color: Orchid. HEX triplet: D7, 78 and C8. RGB value is (215,120,200). Sum of RGB (Red+Green+Blue) = 215+120+200=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D778C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778C8 is #288737. Grayscale: #9D9D9D. Windows color (decimal): -2656056 or 13138135. OLE color: 13138135.

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

Color convert

RGB 215 120 200 -
CMYK 0 0.44 0.07 0.16
HSL 309.47º 0.54% 0.66% -
HSV(B) 309.47º 0.44% 0.84% -
XYZ 45.17 32.05 58.45 -
YUV 157.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 215 120 200 0 0.44 0.07 0.16 309.47 0.54 0.66
Hex D7 78 C8 0 2C 7 10 135 36 42
Octal 327 170 310 0 54 7 20 465 66 102
Binary 11010111 1111000 11001000 0 101100 111 10000 100110101 110110 1000010

Color Harmonies of #D778C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778C8

Black with #D778C8

Text Example


Text Example

White with #D778C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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