Html Css Color HEX #D76FE1 Orchid

📋 copy color: '#D76FE1'

red 215 ◦ green 111 ◦ blue 225

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

Shades of Orchid #D76FE1

Tints of Orchid #D76FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.83%

R = 39.02%
G = 20.15%
B = 40.83%

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

#D76FE1 (or 0xD76FE1) is known color: Orchid. HEX triplet: D7, 6F and E1. RGB value is (215,111,225). Sum of RGB (Red+Green+Blue) = 215+111+225=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #D76FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FE1 is #28901E. Grayscale: #9A9A9A. Windows color (decimal): -2658335 or 14774231. OLE color: 14774231.

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

Color convert

RGB 215 111 225 -
CMYK 0.04 0.51 0 0.12
HSL 294.74º 0.66% 0.66% -
HSV(B) 294.74º 0.51% 0.88% -
XYZ 47.3 31.25 74.77 -
YUV 155.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 215 111 225 0.04 0.51 0 0.12 294.74 0.66 0.66
Hex D7 6F E1 4 33 0 C 127 42 42
Octal 327 157 341 4 63 0 14 447 102 102
Binary 11010111 1101111 11100001 100 110011 0 1100 100100111 1000010 1000010

Color Harmonies of #D76FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FE1

Black with #D76FE1

Text Example


Text Example

White with #D76FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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