Html Css Color HEX #D76EE8 Orchid

📋 copy color: '#D76EE8'

red 215 ◦ green 110 ◦ blue 232

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

Shades of Orchid #D76EE8

Tints of Orchid #D76EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.65%

R = 38.6%
G = 19.75%
B = 41.65%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D76EE8 (or 0xD76EE8) is known color: Orchid. HEX triplet: D7, 6E and E8. RGB value is (215,110,232). Sum of RGB (Red+Green+Blue) = 215+110+232=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #D76EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76EE8 is #289117. Grayscale: #9A9A9A. Windows color (decimal): -2658584 or 15232727. OLE color: 15232727.

HSL color Cylindrical-coordinate representation of color #D76EE8: hue angle of 291.64º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76EE8 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 110 232 -
CMYK 0.07 0.53 0 0.09
HSL 291.64º 0.73% 0.67% -
HSV(B) 291.64º 0.53% 0.91% -
XYZ 48.17 31.43 79.87 -
YUV 155.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 215 110 232 0.07 0.53 0 0.09 291.64 0.73 0.67
Hex D7 6E E8 7 35 0 9 124 49 43
Octal 327 156 350 7 65 0 11 444 111 103
Binary 11010111 1101110 11101000 111 110101 0 1001 100100100 1001001 1000011

Color Harmonies of #D76EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EE8

Black with #D76EE8

Text Example


Text Example

White with #D76EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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