Html Css Color HEX #D777D1 Orchid

📋 copy color: '#D777D1'

red 215 ◦ green 119 ◦ blue 209

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

Shades of Orchid #D777D1

Tints of Orchid #D777D1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.92%

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 39.59%
G = 21.92%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D777D1 (or 0xD777D1) is known color: Orchid. HEX triplet: D7, 77 and D1. RGB value is (215,119,209). Sum of RGB (Red+Green+Blue) = 215+119+209=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D777D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777D1 is #28882E. Grayscale: #9D9D9D. Windows color (decimal): -2656303 or 13727703. OLE color: 13727703.

HSL color Cylindrical-coordinate representation of color #D777D1: hue angle of 303.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D777D1 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 209 -
CMYK 0 0.45 0.03 0.16
HSL 303.75º 0.55% 0.65% -
HSV(B) 303.75º 0.45% 0.84% -
XYZ 46.13 32.24 64.11 -
YUV 157.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 215 119 209 0 0.45 0.03 0.16 303.75 0.55 0.65
Hex D7 77 D1 0 2D 3 10 130 37 41
Octal 327 167 321 0 55 3 20 460 67 101
Binary 11010111 1110111 11010001 0 101101 11 10000 100110000 110111 1000001

Color Harmonies of #D777D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777D1

Black with #D777D1

Text Example


Text Example

White with #D777D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777D1; }

 p { color: rgb(215,119,209); }

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

background-color css

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

 a { background-color: rgb(215,119,209); }

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

border-color css

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

 span { border-color: rgb(215,119,209); }

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