Html Css Color HEX #D779D4 Orchid

📋 copy color: '#D779D4'

red 215 ◦ green 121 ◦ blue 212

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

Shades of Orchid #D779D4

Tints of Orchid #D779D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 39.23%
G = 22.08%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D779D4 (or 0xD779D4) is known color: Orchid. HEX triplet: D7, 79 and D4. RGB value is (215,121,212). Sum of RGB (Red+Green+Blue) = 215+121+212=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D779D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779D4 is #28862B. Grayscale: #9F9F9F. Windows color (decimal): -2655788 or 13924823. OLE color: 13924823.

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

Color convert

RGB 215 121 212 -
CMYK 0 0.44 0.01 0.16
HSL 301.91º 0.54% 0.66% -
HSV(B) 301.91º 0.44% 0.84% -
XYZ 46.75 32.88 66.17 -
YUV 159.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 215 121 212 0 0.44 0.01 0.16 301.91 0.54 0.66
Hex D7 79 D4 0 2C 1 10 12E 36 42
Octal 327 171 324 0 54 1 20 456 66 102
Binary 11010111 1111001 11010100 0 101100 1 10000 100101110 110110 1000010

Color Harmonies of #D779D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779D4

Black with #D779D4

Text Example


Text Example

White with #D779D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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