Html Css Color HEX #D777C1 Orchid

📋 copy color: '#D777C1'

red 215 ◦ green 119 ◦ blue 193

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

Shades of Orchid #D777C1

Tints of Orchid #D777C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.62%

R = 40.8%
G = 22.58%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D777C1 (or 0xD777C1) is known color: Orchid. HEX triplet: D7, 77 and C1. RGB value is (215,119,193). Sum of RGB (Red+Green+Blue) = 215+119+193=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D777C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777C1 is #28883E. Grayscale: #9B9B9B. Windows color (decimal): -2656319 or 12679127. OLE color: 12679127.

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

Color convert

RGB 215 119 193 -
CMYK 0 0.45 0.10 0.16
HSL 313.75º 0.55% 0.65% -
HSV(B) 313.75º 0.45% 0.84% -
XYZ 44.25 31.49 54.2 -
YUV 156.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 215 119 193 0 0.45 0.10 0.16 313.75 0.55 0.65
Hex D7 77 C1 0 2D A 10 13A 37 41
Octal 327 167 301 0 55 12 20 472 67 101
Binary 11010111 1110111 11000001 0 101101 1010 10000 100111010 110111 1000001

Color Harmonies of #D777C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777C1

Black with #D777C1

Text Example


Text Example

White with #D777C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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