Html Css Color HEX #D777CC Orchid

📋 copy color: '#D777CC'

red 215 ◦ green 119 ◦ blue 204

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

Shades of Orchid #D777CC

Tints of Orchid #D777CC

RGB

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

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

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

R = 39.96%
G = 22.12%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D777CC (or 0xD777CC) is known color: Orchid. HEX triplet: D7, 77 and CC. RGB value is (215,119,204). Sum of RGB (Red+Green+Blue) = 215+119+204=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D777CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777CC is #288833. Grayscale: #9D9D9D. Windows color (decimal): -2656308 or 13400023. OLE color: 13400023.

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

Color convert

RGB 215 119 204 -
CMYK 0 0.45 0.05 0.16
HSL 306.88º 0.55% 0.65% -
HSV(B) 306.88º 0.45% 0.84% -
XYZ 45.52 32 60.9 -
YUV 157.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 215 119 204 0 0.45 0.05 0.16 306.88 0.55 0.65
Hex D7 77 CC 0 2D 5 10 133 37 41
Octal 327 167 314 0 55 5 20 463 67 101
Binary 11010111 1110111 11001100 0 101101 101 10000 100110011 110111 1000001

Color Harmonies of #D777CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777CC

Black with #D777CC

Text Example


Text Example

White with #D777CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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