Html Css Color HEX #D77EDC Orchid

📋 copy color: '#D77EDC'

red 215 ◦ green 126 ◦ blue 220

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

Shades of Orchid #D77EDC

Tints of Orchid #D77EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 38.32%
G = 22.46%
B = 39.22%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D77EDC (or 0xD77EDC) is known color: Orchid. HEX triplet: D7, 7E and DC. RGB value is (215,126,220). Sum of RGB (Red+Green+Blue) = 215+126+220=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D77EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EDC is #288123. Grayscale: #A3A3A3. Windows color (decimal): -2654500 or 14450391. OLE color: 14450391.

HSL color Cylindrical-coordinate representation of color #D77EDC: hue angle of 296.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77EDC is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 126 220 -
CMYK 0.02 0.43 0 0.14
HSL 296.81º 0.57% 0.68% -
HSV(B) 296.81º 0.43% 0.86% -
XYZ 48.4 34.54 71.83 -
YUV 163.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 215 126 220 0.02 0.43 0 0.14 296.81 0.57 0.68
Hex D7 7E DC 2 2B 0 E 129 39 44
Octal 327 176 334 2 53 0 16 451 71 104
Binary 11010111 1111110 11011100 10 101011 0 1110 100101001 111001 1000100

Color Harmonies of #D77EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EDC

Black with #D77EDC

Text Example


Text Example

White with #D77EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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