Html Css Color HEX #D777C8 Orchid

📋 copy color: '#D777C8'

red 215 ◦ green 119 ◦ blue 200

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

Shades of Orchid #D777C8

Tints of Orchid #D777C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.45%

R = 40.26%
G = 22.28%
B = 37.45%

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

#D777C8 (or 0xD777C8) is known color: Orchid. HEX triplet: D7, 77 and C8. RGB value is (215,119,200). Sum of RGB (Red+Green+Blue) = 215+119+200=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D777C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777C8 is #288837. Grayscale: #9C9C9C. Windows color (decimal): -2656312 or 13137879. OLE color: 13137879.

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

Color convert

RGB 215 119 200 -
CMYK 0 0.45 0.07 0.16
HSL 309.38º 0.55% 0.65% -
HSV(B) 309.38º 0.45% 0.84% -
XYZ 45.05 31.81 58.41 -
YUV 156.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 215 119 200 0 0.45 0.07 0.16 309.38 0.55 0.65
Hex D7 77 C8 0 2D 7 10 135 37 41
Octal 327 167 310 0 55 7 20 465 67 101
Binary 11010111 1110111 11001000 0 101101 111 10000 100110101 110111 1000001

Color Harmonies of #D777C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777C8

Black with #D777C8

Text Example


Text Example

White with #D777C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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