Html Css Color HEX #D777C9 Orchid

📋 copy color: '#D777C9'

red 215 ◦ green 119 ◦ blue 201

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

Shades of Orchid #D777C9

Tints of Orchid #D777C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 40.19%
G = 22.24%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D777C9 (or 0xD777C9) is known color: Orchid. HEX triplet: D7, 77 and C9. RGB value is (215,119,201). Sum of RGB (Red+Green+Blue) = 215+119+201=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D777C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777C9 is #288836. Grayscale: #9C9C9C. Windows color (decimal): -2656311 or 13203415. OLE color: 13203415.

HSL color Cylindrical-coordinate representation of color #D777C9: hue angle of 308.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 #D777C9 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 201 -
CMYK 0 0.45 0.07 0.16
HSL 308.75º 0.55% 0.65% -
HSV(B) 308.75º 0.45% 0.84% -
XYZ 45.16 31.86 59.03 -
YUV 157.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 215 119 201 0 0.45 0.07 0.16 308.75 0.55 0.65
Hex D7 77 C9 0 2D 7 10 135 37 41
Octal 327 167 311 0 55 7 20 465 67 101
Binary 11010111 1110111 11001001 0 101101 111 10000 100110101 110111 1000001

Color Harmonies of #D777C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777C9

Black with #D777C9

Text Example


Text Example

White with #D777C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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