Html Css Color HEX #D778CE Orchid

📋 copy color: '#D778CE'

red 215 ◦ green 120 ◦ blue 206

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

Shades of Orchid #D778CE

Tints of Orchid #D778CE

RGB

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

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

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

R = 39.74%
G = 22.18%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D778CE (or 0xD778CE) is known color: Orchid. HEX triplet: D7, 78 and CE. RGB value is (215,120,206). Sum of RGB (Red+Green+Blue) = 215+120+206=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D778CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778CE is #288731. Grayscale: #9D9D9D. Windows color (decimal): -2656050 or 13531351. OLE color: 13531351.

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

Color convert

RGB 215 120 206 -
CMYK 0 0.44 0.04 0.16
HSL 305.68º 0.54% 0.66% -
HSV(B) 305.68º 0.44% 0.84% -
XYZ 45.88 32.34 62.22 -
YUV 158.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 215 120 206 0 0.44 0.04 0.16 305.68 0.54 0.66
Hex D7 78 CE 0 2C 4 10 132 36 42
Octal 327 170 316 0 54 4 20 462 66 102
Binary 11010111 1111000 11001110 0 101100 100 10000 100110010 110110 1000010

Color Harmonies of #D778CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778CE

Black with #D778CE

Text Example


Text Example

White with #D778CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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