Html Css Color HEX #D778C2 Orchid

📋 copy color: '#D778C2'

red 215 ◦ green 120 ◦ blue 194

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

Shades of Orchid #D778C2

Tints of Orchid #D778C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 40.64%
G = 22.68%
B = 36.67%

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

#D778C2 (or 0xD778C2) is known color: Orchid. HEX triplet: D7, 78 and C2. RGB value is (215,120,194). Sum of RGB (Red+Green+Blue) = 215+120+194=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D778C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778C2 is #28873D. Grayscale: #9C9C9C. Windows color (decimal): -2656062 or 12744919. OLE color: 12744919.

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

Color convert

RGB 215 120 194 -
CMYK 0 0.44 0.10 0.16
HSL 313.26º 0.54% 0.66% -
HSV(B) 313.26º 0.44% 0.84% -
XYZ 44.48 31.78 54.83 -
YUV 156.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 215 120 194 0 0.44 0.10 0.16 313.26 0.54 0.66
Hex D7 78 C2 0 2C A 10 139 36 42
Octal 327 170 302 0 54 12 20 471 66 102
Binary 11010111 1111000 11000010 0 101100 1010 10000 100111001 110110 1000010

Color Harmonies of #D778C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778C2

Black with #D778C2

Text Example


Text Example

White with #D778C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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