Html Css Color HEX #D76FE0 Orchid

📋 copy color: '#D76FE0'

red 215 ◦ green 111 ◦ blue 224

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

Shades of Orchid #D76FE0

Tints of Orchid #D76FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.18%

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

R = 39.09%
G = 20.18%
B = 40.73%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D76FE0 (or 0xD76FE0) is known color: Orchid. HEX triplet: D7, 6F and E0. RGB value is (215,111,224). Sum of RGB (Red+Green+Blue) = 215+111+224=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #D76FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FE0 is #28901F. Grayscale: #9A9A9A. Windows color (decimal): -2658336 or 14708695. OLE color: 14708695.

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

Color convert

RGB 215 111 224 -
CMYK 0.04 0.50 0 0.12
HSL 295.22º 0.65% 0.66% -
HSV(B) 295.22º 0.5% 0.88% -
XYZ 47.16 31.2 74.06 -
YUV 154.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 215 111 224 0.04 0.50 0 0.12 295.22 0.65 0.66
Hex D7 6F E0 4 32 0 C 127 41 42
Octal 327 157 340 4 62 0 14 447 101 102
Binary 11010111 1101111 11100000 100 110010 0 1100 100100111 1000001 1000010

Color Harmonies of #D76FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FE0

Black with #D76FE0

Text Example


Text Example

White with #D76FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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