Html Css Color HEX #D76EE3 Orchid

📋 copy color: '#D76EE3'

red 215 ◦ green 110 ◦ blue 227

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

Shades of Orchid #D76EE3

Tints of Orchid #D76EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.12%

R = 38.95%
G = 19.93%
B = 41.12%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D76EE3 (or 0xD76EE3) is known color: Orchid. HEX triplet: D7, 6E and E3. RGB value is (215,110,227). Sum of RGB (Red+Green+Blue) = 215+110+227=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 227 - color contains mainly: blue. Hex color #D76EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EE3 is #28911C. Grayscale: #9A9A9A. Windows color (decimal): -2658589 or 14905047. OLE color: 14905047.

HSL color Cylindrical-coordinate representation of color #D76EE3: hue angle of 293.85º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76EE3 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 110 227 -
CMYK 0.05 0.52 0 0.11
HSL 293.85º 0.68% 0.66% -
HSV(B) 293.85º 0.52% 0.89% -
XYZ 47.47 31.14 76.18 -
YUV 154.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 215 110 227 0.05 0.52 0 0.11 293.85 0.68 0.66
Hex D7 6E E3 5 34 0 B 126 44 42
Octal 327 156 343 5 64 0 13 446 104 102
Binary 11010111 1101110 11100011 101 110100 0 1011 100100110 1000100 1000010

Color Harmonies of #D76EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EE3

Black with #D76EE3

Text Example


Text Example

White with #D76EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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