Html Css Color HEX #D76EDC Orchid

📋 copy color: '#D76EDC'

red 215 ◦ green 110 ◦ blue 220

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

Shades of Orchid #D76EDC

Tints of Orchid #D76EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.18%

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

R = 39.45%
G = 20.18%
B = 40.37%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D76EDC (or 0xD76EDC) is known color: Orchid. HEX triplet: D7, 6E and DC. RGB value is (215,110,220). Sum of RGB (Red+Green+Blue) = 215+110+220=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #D76EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EDC is #289123. Grayscale: #999999. Windows color (decimal): -2658596 or 14446295. OLE color: 14446295.

HSL color Cylindrical-coordinate representation of color #D76EDC: hue angle of 297.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76EDC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 110 220 -
CMYK 0.02 0.50 0 0.14
HSL 297.27º 0.61% 0.65% -
HSV(B) 297.27º 0.5% 0.86% -
XYZ 46.52 30.77 71.2 -
YUV 153.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 215 110 220 0.02 0.50 0 0.14 297.27 0.61 0.65
Hex D7 6E DC 2 32 0 E 129 3D 41
Octal 327 156 334 2 62 0 16 451 75 101
Binary 11010111 1101110 11011100 10 110010 0 1110 100101001 111101 1000001

Color Harmonies of #D76EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EDC

Black with #D76EDC

Text Example


Text Example

White with #D76EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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