Html Css Color HEX #D76BBA Orchid

📋 copy color: '#D76BBA'

red 215 ◦ green 107 ◦ blue 186

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

Shades of Orchid #D76BBA

Tints of Orchid #D76BBA

RGB

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

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

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

R = 42.32%
G = 21.06%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D76BBA (or 0xD76BBA) is known color: Orchid. HEX triplet: D7, 6B and BA. RGB value is (215,107,186). Sum of RGB (Red+Green+Blue) = 215+107+186=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BBA is #289445. Grayscale: #949494. Windows color (decimal): -2659398 or 12217303. OLE color: 12217303.

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

Color convert

RGB 215 107 186 -
CMYK 0 0.50 0.13 0.16
HSL 316.11º 0.57% 0.63% -
HSV(B) 316.11º 0.5% 0.84% -
XYZ 42.14 28.51 49.74 -
YUV 148.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 215 107 186 0 0.50 0.13 0.16 316.11 0.57 0.63
Hex D7 6B BA 0 32 D 10 13C 39 3F
Octal 327 153 272 0 62 15 20 474 71 77
Binary 11010111 1101011 10111010 0 110010 1101 10000 100111100 111001 111111

Color Harmonies of #D76BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BBA

Black with #D76BBA

Text Example


Text Example

White with #D76BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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