Html Css Color HEX #D76EDD Orchid

📋 copy color: '#D76EDD'

red 215 ◦ green 110 ◦ blue 221

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

Shades of Orchid #D76EDD

Tints of Orchid #D76EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 39.38%
G = 20.15%
B = 40.48%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D76EDD (or 0xD76EDD) is known color: Orchid. HEX triplet: D7, 6E and DD. RGB value is (215,110,221). Sum of RGB (Red+Green+Blue) = 215+110+221=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #D76EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EDD is #289122. Grayscale: #999999. Windows color (decimal): -2658595 or 14511831. OLE color: 14511831.

HSL color Cylindrical-coordinate representation of color #D76EDD: hue angle of 296.76º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76EDD is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 110 221 -
CMYK 0.03 0.50 0 0.13
HSL 296.76º 0.62% 0.65% -
HSV(B) 296.76º 0.5% 0.87% -
XYZ 46.65 30.82 71.9 -
YUV 154.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 215 110 221 0.03 0.50 0 0.13 296.76 0.62 0.65
Hex D7 6E DD 3 32 0 D 129 3E 41
Octal 327 156 335 3 62 0 15 451 76 101
Binary 11010111 1101110 11011101 11 110010 0 1101 100101001 111110 1000001

Color Harmonies of #D76EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EDD

Black with #D76EDD

Text Example


Text Example

White with #D76EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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