Html Css Color HEX #D76AE3 Orchid

📋 copy color: '#D76AE3'

red 215 ◦ green 106 ◦ blue 227

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

Shades of Orchid #D76AE3

Tints of Orchid #D76AE3

RGB

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

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

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

R = 39.23%
G = 19.34%
B = 41.42%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D76AE3 (or 0xD76AE3) is known color: Orchid. HEX triplet: D7, 6A and E3. RGB value is (215,106,227). Sum of RGB (Red+Green+Blue) = 215+106+227=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #D76AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AE3 is #28951C. Grayscale: #989898. Windows color (decimal): -2659613 or 14904023. OLE color: 14904023.

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

Color convert

RGB 215 106 227 -
CMYK 0.05 0.53 0 0.11
HSL 294.05º 0.68% 0.65% -
HSV(B) 294.05º 0.53% 0.89% -
XYZ 47.04 30.3 76.04 -
YUV 152.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 215 106 227 0.05 0.53 0 0.11 294.05 0.68 0.65
Hex D7 6A E3 5 35 0 B 126 44 41
Octal 327 152 343 5 65 0 13 446 104 101
Binary 11010111 1101010 11100011 101 110101 0 1011 100100110 1000100 1000001

Color Harmonies of #D76AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AE3

Black with #D76AE3

Text Example


Text Example

White with #D76AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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