Html Css Color HEX #D76FC6 Orchid

📋 copy color: '#D76FC6'

red 215 ◦ green 111 ◦ blue 198

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

Shades of Orchid #D76FC6

Tints of Orchid #D76FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 41.03%
G = 21.18%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D76FC6 (or 0xD76FC6) is known color: Orchid. HEX triplet: D7, 6F and C6. RGB value is (215,111,198). Sum of RGB (Red+Green+Blue) = 215+111+198=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FC6 is #289039. Grayscale: #979797. Windows color (decimal): -2658362 or 13004759. OLE color: 13004759.

HSL color Cylindrical-coordinate representation of color #D76FC6: hue angle of 309.81º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FC6 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 198 -
CMYK 0 0.48 0.08 0.16
HSL 309.81º 0.57% 0.64% -
HSV(B) 309.81º 0.48% 0.84% -
XYZ 43.9 29.89 56.88 -
YUV 152.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 215 111 198 0 0.48 0.08 0.16 309.81 0.57 0.64
Hex D7 6F C6 0 30 8 10 136 39 40
Octal 327 157 306 0 60 10 20 466 71 100
Binary 11010111 1101111 11000110 0 110000 1000 10000 100110110 111001 1000000

Color Harmonies of #D76FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FC6

Black with #D76FC6

Text Example


Text Example

White with #D76FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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