Html Css Color HEX #D76ECD Orchid

📋 copy color: '#D76ECD'

red 215 ◦ green 110 ◦ blue 205

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

Shades of Orchid #D76ECD

Tints of Orchid #D76ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 40.57%
G = 20.75%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D76ECD (or 0xD76ECD) is known color: Orchid. HEX triplet: D7, 6E and CD. RGB value is (215,110,205). Sum of RGB (Red+Green+Blue) = 215+110+205=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ECD is #289132. Grayscale: #979797. Windows color (decimal): -2658611 or 13463255. OLE color: 13463255.

HSL color Cylindrical-coordinate representation of color #D76ECD: hue angle of 305.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76ECD is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 205 -
CMYK 0 0.49 0.05 0.16
HSL 305.71º 0.57% 0.64% -
HSV(B) 305.71º 0.49% 0.84% -
XYZ 44.62 30.01 61.2 -
YUV 152.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 215 110 205 0 0.49 0.05 0.16 305.71 0.57 0.64
Hex D7 6E CD 0 31 5 10 132 39 40
Octal 327 156 315 0 61 5 20 462 71 100
Binary 11010111 1101110 11001101 0 110001 101 10000 100110010 111001 1000000

Color Harmonies of #D76ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76ECD

Black with #D76ECD

Text Example


Text Example

White with #D76ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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