Html Css Color HEX #D76DE0 Orchid

📋 copy color: '#D76DE0'

red 215 ◦ green 109 ◦ blue 224

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

Shades of Orchid #D76DE0

Tints of Orchid #D76DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.88%

R = 39.23%
G = 19.89%
B = 40.88%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D76DE0 (or 0xD76DE0) is known color: Orchid. HEX triplet: D7, 6D and E0. RGB value is (215,109,224). Sum of RGB (Red+Green+Blue) = 215+109+224=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #D76DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DE0 is #28921F. Grayscale: #999999. Windows color (decimal): -2658848 or 14708183. OLE color: 14708183.

HSL color Cylindrical-coordinate representation of color #D76DE0: hue angle of 295.3º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76DE0 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 109 224 -
CMYK 0.04 0.51 0 0.12
HSL 295.3º 0.65% 0.65% -
HSV(B) 295.3º 0.51% 0.88% -
XYZ 46.95 30.77 73.99 -
YUV 153.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 215 109 224 0.04 0.51 0 0.12 295.3 0.65 0.65
Hex D7 6D E0 4 33 0 C 127 41 41
Octal 327 155 340 4 63 0 14 447 101 101
Binary 11010111 1101101 11100000 100 110011 0 1100 100100111 1000001 1000001

Color Harmonies of #D76DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DE0

Black with #D76DE0

Text Example


Text Example

White with #D76DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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