Html Css Color HEX #D779CC Orchid

📋 copy color: '#D779CC'

red 215 ◦ green 121 ◦ blue 204

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

Shades of Orchid #D779CC

Tints of Orchid #D779CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 39.81%
G = 22.41%
B = 37.78%

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

#D779CC (or 0xD779CC) is known color: Orchid. HEX triplet: D7, 79 and CC. RGB value is (215,121,204). Sum of RGB (Red+Green+Blue) = 215+121+204=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D779CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779CC is #288633. Grayscale: #9E9E9E. Windows color (decimal): -2655796 or 13400535. OLE color: 13400535.

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

Color convert

RGB 215 121 204 -
CMYK 0 0.44 0.05 0.16
HSL 307.02º 0.54% 0.66% -
HSV(B) 307.02º 0.44% 0.84% -
XYZ 45.76 32.48 60.98 -
YUV 158.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 215 121 204 0 0.44 0.05 0.16 307.02 0.54 0.66
Hex D7 79 CC 0 2C 5 10 133 36 42
Octal 327 171 314 0 54 5 20 463 66 102
Binary 11010111 1111001 11001100 0 101100 101 10000 100110011 110110 1000010

Color Harmonies of #D779CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779CC

Black with #D779CC

Text Example


Text Example

White with #D779CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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