Html Css Color HEX #D777CE Orchid

📋 copy color: '#D777CE'

red 215 ◦ green 119 ◦ blue 206

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

Shades of Orchid #D777CE

Tints of Orchid #D777CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 39.81%
G = 22.04%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D777CE (or 0xD777CE) is known color: Orchid. HEX triplet: D7, 77 and CE. RGB value is (215,119,206). Sum of RGB (Red+Green+Blue) = 215+119+206=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D777CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777CE is #288831. Grayscale: #9D9D9D. Windows color (decimal): -2656306 or 13531095. OLE color: 13531095.

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

Color convert

RGB 215 119 206 -
CMYK 0 0.45 0.04 0.16
HSL 305.63º 0.55% 0.65% -
HSV(B) 305.63º 0.45% 0.84% -
XYZ 45.76 32.1 62.18 -
YUV 157.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 215 119 206 0 0.45 0.04 0.16 305.63 0.55 0.65
Hex D7 77 CE 0 2D 4 10 132 37 41
Octal 327 167 316 0 55 4 20 462 67 101
Binary 11010111 1110111 11001110 0 101101 100 10000 100110010 110111 1000001

Color Harmonies of #D777CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777CE

Black with #D777CE

Text Example


Text Example

White with #D777CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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