Html Css Color HEX #D77CC7 Orchid

📋 copy color: '#D77CC7'

red 215 ◦ green 124 ◦ blue 199

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

Shades of Orchid #D77CC7

Tints of Orchid #D77CC7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

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

R = 39.96%
G = 23.05%
B = 36.99%

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

#D77CC7 (or 0xD77CC7) is known color: Orchid. HEX triplet: D7, 7C and C7. RGB value is (215,124,199). Sum of RGB (Red+Green+Blue) = 215+124+199=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CC7 is #288338. Grayscale: #9F9F9F. Windows color (decimal): -2655033 or 13073623. OLE color: 13073623.

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

Color convert

RGB 215 124 199 -
CMYK 0 0.42 0.07 0.16
HSL 310.55º 0.53% 0.66% -
HSV(B) 310.55º 0.42% 0.84% -
XYZ 45.54 32.99 58 -
YUV 159.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 215 124 199 0 0.42 0.07 0.16 310.55 0.53 0.66
Hex D7 7C C7 0 2A 7 10 137 35 42
Octal 327 174 307 0 52 7 20 467 65 102
Binary 11010111 1111100 11000111 0 101010 111 10000 100110111 110101 1000010

Color Harmonies of #D77CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CC7

Black with #D77CC7

Text Example


Text Example

White with #D77CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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