Html Css Color HEX #D77ECE Orchid

📋 copy color: '#D77ECE'

red 215 ◦ green 126 ◦ blue 206

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

Shades of Orchid #D77ECE

Tints of Orchid #D77ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.03%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 39.31%
G = 23.03%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D77ECE (or 0xD77ECE) is known color: Orchid. HEX triplet: D7, 7E and CE. RGB value is (215,126,206). Sum of RGB (Red+Green+Blue) = 215+126+206=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ECE is #288131. Grayscale: #A1A1A1. Windows color (decimal): -2654514 or 13532887. OLE color: 13532887.

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

Color convert

RGB 215 126 206 -
CMYK 0 0.41 0.04 0.16
HSL 306.07º 0.53% 0.67% -
HSV(B) 306.07º 0.41% 0.84% -
XYZ 46.63 33.83 62.46 -
YUV 161.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 215 126 206 0 0.41 0.04 0.16 306.07 0.53 0.67
Hex D7 7E CE 0 29 4 10 132 35 43
Octal 327 176 316 0 51 4 20 462 65 103
Binary 11010111 1111110 11001110 0 101001 100 10000 100110010 110101 1000011

Color Harmonies of #D77ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77ECE

Black with #D77ECE

Text Example


Text Example

White with #D77ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77ECE; }

 p { color: rgb(215,126,206); }

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

background-color css

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

 a { background-color: rgb(215,126,206); }

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

border-color css

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

 span { border-color: rgb(215,126,206); }

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