Html Css Color HEX #D779DC Orchid

📋 copy color: '#D779DC'

red 215 ◦ green 121 ◦ blue 220

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

Shades of Orchid #D779DC

Tints of Orchid #D779DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 38.67%
G = 21.76%
B = 39.57%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D779DC (or 0xD779DC) is known color: Orchid. HEX triplet: D7, 79 and DC. RGB value is (215,121,220). Sum of RGB (Red+Green+Blue) = 215+121+220=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D779DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779DC is #288623. Grayscale: #A0A0A0. Windows color (decimal): -2655780 or 14449111. OLE color: 14449111.

HSL color Cylindrical-coordinate representation of color #D779DC: hue angle of 296.97º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D779DC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 121 220 -
CMYK 0.02 0.45 0 0.14
HSL 296.97º 0.59% 0.67% -
HSV(B) 296.97º 0.45% 0.86% -
XYZ 47.78 33.29 71.62 -
YUV 160.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 215 121 220 0.02 0.45 0 0.14 296.97 0.59 0.67
Hex D7 79 DC 2 2D 0 E 129 3B 43
Octal 327 171 334 2 55 0 16 451 73 103
Binary 11010111 1111001 11011100 10 101101 0 1110 100101001 111011 1000011

Color Harmonies of #D779DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779DC

Black with #D779DC

Text Example


Text Example

White with #D779DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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