Html Css Color HEX #D77EDF Orchid

📋 copy color: '#D77EDF'

red 215 ◦ green 126 ◦ blue 223

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

Shades of Orchid #D77EDF

Tints of Orchid #D77EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 38.12%
G = 22.34%
B = 39.54%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D77EDF (or 0xD77EDF) is known color: Orchid. HEX triplet: D7, 7E and DF. RGB value is (215,126,223). Sum of RGB (Red+Green+Blue) = 215+126+223=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D77EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EDF is #288120. Grayscale: #A3A3A3. Windows color (decimal): -2654497 or 14646999. OLE color: 14646999.

HSL color Cylindrical-coordinate representation of color #D77EDF: hue angle of 295.05º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77EDF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 126 223 -
CMYK 0.04 0.43 0 0.13
HSL 295.05º 0.6% 0.68% -
HSV(B) 295.05º 0.43% 0.87% -
XYZ 48.8 34.7 73.94 -
YUV 163.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 215 126 223 0.04 0.43 0 0.13 295.05 0.6 0.68
Hex D7 7E DF 4 2B 0 D 127 3C 44
Octal 327 176 337 4 53 0 15 447 74 104
Binary 11010111 1111110 11011111 100 101011 0 1101 100100111 111100 1000100

Color Harmonies of #D77EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EDF

Black with #D77EDF

Text Example


Text Example

White with #D77EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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