Html Css Color HEX #D77CBE Orchid

📋 copy color: '#D77CBE'

red 215 ◦ green 124 ◦ blue 190

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

Shades of Orchid #D77CBE

Tints of Orchid #D77CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 40.64%
G = 23.44%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D77CBE (or 0xD77CBE) is known color: Orchid. HEX triplet: D7, 7C and BE. RGB value is (215,124,190). Sum of RGB (Red+Green+Blue) = 215+124+190=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CBE is #288341. Grayscale: #9E9E9E. Windows color (decimal): -2655042 or 12483799. OLE color: 12483799.

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

Color convert

RGB 215 124 190 -
CMYK 0 0.42 0.12 0.16
HSL 316.48º 0.53% 0.66% -
HSV(B) 316.48º 0.42% 0.84% -
XYZ 44.53 32.58 52.66 -
YUV 158.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 215 124 190 0 0.42 0.12 0.16 316.48 0.53 0.66
Hex D7 7C BE 0 2A C 10 13C 35 42
Octal 327 174 276 0 52 14 20 474 65 102
Binary 11010111 1111100 10111110 0 101010 1100 10000 100111100 110101 1000010

Color Harmonies of #D77CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CBE

Black with #D77CBE

Text Example


Text Example

White with #D77CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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