Html Css Color HEX #D76DE8 Orchid

📋 copy color: '#D76DE8'

red 215 ◦ green 109 ◦ blue 232

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

Shades of Orchid #D76DE8

Tints of Orchid #D76DE8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.6%

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

R = 38.67%
G = 19.6%
B = 41.73%

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

#D76DE8 (or 0xD76DE8) is known color: Orchid. HEX triplet: D7, 6D and E8. RGB value is (215,109,232). Sum of RGB (Red+Green+Blue) = 215+109+232=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #D76DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76DE8 is #289217. Grayscale: #9A9A9A. Windows color (decimal): -2658840 or 15232471. OLE color: 15232471.

HSL color Cylindrical-coordinate representation of color #D76DE8: hue angle of 291.71º 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 #D76DE8 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 109 232 -
CMYK 0.07 0.53 0 0.09
HSL 291.71º 0.73% 0.67% -
HSV(B) 291.71º 0.53% 0.91% -
XYZ 48.06 31.21 79.84 -
YUV 154.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 215 109 232 0.07 0.53 0 0.09 291.71 0.73 0.67
Hex D7 6D E8 7 35 0 9 124 49 43
Octal 327 155 350 7 65 0 11 444 111 103
Binary 11010111 1101101 11101000 111 110101 0 1001 100100100 1001001 1000011

Color Harmonies of #D76DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DE8

Black with #D76DE8

Text Example


Text Example

White with #D76DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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