Html Css Color HEX #D76FBA Orchid

📋 copy color: '#D76FBA'

red 215 ◦ green 111 ◦ blue 186

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

Shades of Orchid #D76FBA

Tints of Orchid #D76FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 41.99%
G = 21.68%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D76FBA (or 0xD76FBA) is known color: Orchid. HEX triplet: D7, 6F and BA. RGB value is (215,111,186). Sum of RGB (Red+Green+Blue) = 215+111+186=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FBA is #289045. Grayscale: #969696. Windows color (decimal): -2658374 or 12218327. OLE color: 12218327.

HSL color Cylindrical-coordinate representation of color #D76FBA: hue angle of 316.73º 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 #D76FBA is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 186 -
CMYK 0 0.48 0.13 0.16
HSL 316.73º 0.57% 0.64% -
HSV(B) 316.73º 0.48% 0.84% -
XYZ 42.57 29.36 49.88 -
YUV 150.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 215 111 186 0 0.48 0.13 0.16 316.73 0.57 0.64
Hex D7 6F BA 0 30 D 10 13D 39 40
Octal 327 157 272 0 60 15 20 475 71 100
Binary 11010111 1101111 10111010 0 110000 1101 10000 100111101 111001 1000000

Color Harmonies of #D76FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FBA

Black with #D76FBA

Text Example


Text Example

White with #D76FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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