Html Css Color HEX #D77DC7 Orchid

📋 copy color: '#D77DC7'

red 215 ◦ green 125 ◦ blue 199

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

Shades of Orchid #D77DC7

Tints of Orchid #D77DC7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

 BLUE value IS 199 (78.13% from 255) = 36.92%

R = 39.89%
G = 23.19%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D77DC7 (or 0xD77DC7) is known color: Orchid. HEX triplet: D7, 7D and C7. RGB value is (215,125,199). Sum of RGB (Red+Green+Blue) = 215+125+199=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DC7 is #288238. Grayscale: #A0A0A0. Windows color (decimal): -2654777 or 13073879. OLE color: 13073879.

HSL color Cylindrical-coordinate representation of color #D77DC7: hue angle of 310.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DC7 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 199 -
CMYK 0 0.42 0.07 0.16
HSL 310.67º 0.53% 0.67% -
HSV(B) 310.67º 0.42% 0.84% -
XYZ 45.67 33.24 58.04 -
YUV 160.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 215 125 199 0 0.42 0.07 0.16 310.67 0.53 0.67
Hex D7 7D C7 0 2A 7 10 137 35 43
Octal 327 175 307 0 52 7 20 467 65 103
Binary 11010111 1111101 11000111 0 101010 111 10000 100110111 110101 1000011

Color Harmonies of #D77DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DC7

Black with #D77DC7

Text Example


Text Example

White with #D77DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DC7; }

 p { color: rgb(215,125,199); }

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

background-color css

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

 a { background-color: rgb(215,125,199); }

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

border-color css

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

 span { border-color: rgb(215,125,199); }

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