Html Css Color HEX #D779C6 Orchid

📋 copy color: '#D779C6'

red 215 ◦ green 121 ◦ blue 198

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

Shades of Orchid #D779C6

Tints of Orchid #D779C6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.66%

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 40.26%
G = 22.66%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D779C6 (or 0xD779C6) is known color: Orchid. HEX triplet: D7, 79 and C6. RGB value is (215,121,198). Sum of RGB (Red+Green+Blue) = 215+121+198=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D779C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779C6 is #288639. Grayscale: #9D9D9D. Windows color (decimal): -2655802 or 13007319. OLE color: 13007319.

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

Color convert

RGB 215 121 198 -
CMYK 0 0.44 0.08 0.16
HSL 310.85º 0.54% 0.66% -
HSV(B) 310.85º 0.44% 0.84% -
XYZ 45.05 32.2 57.27 -
YUV 157.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 215 121 198 0 0.44 0.08 0.16 310.85 0.54 0.66
Hex D7 79 C6 0 2C 8 10 137 36 42
Octal 327 171 306 0 54 10 20 467 66 102
Binary 11010111 1111001 11000110 0 101100 1000 10000 100110111 110110 1000010

Color Harmonies of #D779C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779C6

Black with #D779C6

Text Example


Text Example

White with #D779C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779C6; }

 p { color: rgb(215,121,198); }

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

background-color css

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

 a { background-color: rgb(215,121,198); }

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

border-color css

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

 span { border-color: rgb(215,121,198); }

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