Html Css Color HEX #D76AE0 Orchid

📋 copy color: '#D76AE0'

red 215 ◦ green 106 ◦ blue 224

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

Shades of Orchid #D76AE0

Tints of Orchid #D76AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.45%

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

R = 39.45%
G = 19.45%
B = 41.1%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D76AE0 (or 0xD76AE0) is known color: Orchid. HEX triplet: D7, 6A and E0. RGB value is (215,106,224). Sum of RGB (Red+Green+Blue) = 215+106+224=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #D76AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AE0 is #28951F. Grayscale: #979797. Windows color (decimal): -2659616 or 14707415. OLE color: 14707415.

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

Color convert

RGB 215 106 224 -
CMYK 0.04 0.53 0 0.12
HSL 295.42º 0.66% 0.65% -
HSV(B) 295.42º 0.53% 0.88% -
XYZ 46.63 30.14 73.88 -
YUV 152.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 215 106 224 0.04 0.53 0 0.12 295.42 0.66 0.65
Hex D7 6A E0 4 35 0 C 127 42 41
Octal 327 152 340 4 65 0 14 447 102 101
Binary 11010111 1101010 11100000 100 110101 0 1100 100100111 1000010 1000001

Color Harmonies of #D76AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AE0

Black with #D76AE0

Text Example


Text Example

White with #D76AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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