Html Css Color HEX #D76BBE Orchid

📋 copy color: '#D76BBE'

red 215 ◦ green 107 ◦ blue 190

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

Shades of Orchid #D76BBE

Tints of Orchid #D76BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 41.99%
G = 20.9%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D76BBE (or 0xD76BBE) is known color: Orchid. HEX triplet: D7, 6B and BE. RGB value is (215,107,190). Sum of RGB (Red+Green+Blue) = 215+107+190=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BBE is #289441. Grayscale: #949494. Windows color (decimal): -2659394 or 12479447. OLE color: 12479447.

HSL color Cylindrical-coordinate representation of color #D76BBE: hue angle of 313.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76BBE is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 107 190 -
CMYK 0 0.50 0.12 0.16
HSL 313.89º 0.57% 0.63% -
HSV(B) 313.89º 0.5% 0.84% -
XYZ 42.58 28.68 52.01 -
YUV 148.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 215 107 190 0 0.50 0.12 0.16 313.89 0.57 0.63
Hex D7 6B BE 0 32 C 10 13A 39 3F
Octal 327 153 276 0 62 14 20 472 71 77
Binary 11010111 1101011 10111110 0 110010 1100 10000 100111010 111001 111111

Color Harmonies of #D76BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BBE

Black with #D76BBE

Text Example


Text Example

White with #D76BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BBE; }

 p { color: rgb(215,107,190); }

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

background-color css

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

 a { background-color: rgb(215,107,190); }

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

border-color css

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

 span { border-color: rgb(215,107,190); }

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