Html Css Color HEX #D779CD Orchid

📋 copy color: '#D779CD'

red 215 ◦ green 121 ◦ blue 205

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

Shades of Orchid #D779CD

Tints of Orchid #D779CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 39.74%
G = 22.37%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D779CD (or 0xD779CD) is known color: Orchid. HEX triplet: D7, 79 and CD. RGB value is (215,121,205). Sum of RGB (Red+Green+Blue) = 215+121+205=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D779CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779CD is #288632. Grayscale: #9E9E9E. Windows color (decimal): -2655795 or 13466071. OLE color: 13466071.

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

Color convert

RGB 215 121 205 -
CMYK 0 0.44 0.05 0.16
HSL 306.38º 0.54% 0.66% -
HSV(B) 306.38º 0.44% 0.84% -
XYZ 45.88 32.53 61.62 -
YUV 158.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 215 121 205 0 0.44 0.05 0.16 306.38 0.54 0.66
Hex D7 79 CD 0 2C 5 10 132 36 42
Octal 327 171 315 0 54 5 20 462 66 102
Binary 11010111 1111001 11001101 0 101100 101 10000 100110010 110110 1000010

Color Harmonies of #D779CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779CD

Black with #D779CD

Text Example


Text Example

White with #D779CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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