Html Css Color HEX #D779CA Orchid

📋 copy color: '#D779CA'

red 215 ◦ green 121 ◦ blue 202

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

Shades of Orchid #D779CA

Tints of Orchid #D779CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 39.96%
G = 22.49%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D779CA (or 0xD779CA) is known color: Orchid. HEX triplet: D7, 79 and CA. RGB value is (215,121,202). Sum of RGB (Red+Green+Blue) = 215+121+202=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D779CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779CA is #288635. Grayscale: #9E9E9E. Windows color (decimal): -2655798 or 13269463. OLE color: 13269463.

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

Color convert

RGB 215 121 202 -
CMYK 0 0.44 0.06 0.16
HSL 308.3º 0.54% 0.66% -
HSV(B) 308.3º 0.44% 0.84% -
XYZ 45.52 32.39 59.73 -
YUV 158.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 215 121 202 0 0.44 0.06 0.16 308.3 0.54 0.66
Hex D7 79 CA 0 2C 6 10 134 36 42
Octal 327 171 312 0 54 6 20 464 66 102
Binary 11010111 1111001 11001010 0 101100 110 10000 100110100 110110 1000010

Color Harmonies of #D779CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779CA

Black with #D779CA

Text Example


Text Example

White with #D779CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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