Html Css Color HEX #D276BA Orchid

📋 copy color: '#D276BA'

red 210 ◦ green 118 ◦ blue 186

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

Shades of Orchid #D276BA

Tints of Orchid #D276BA

RGB

 RED value IS 210 (82.42% from 255) = 40.86%

 GREEN value IS 118 (46.48% from 255) = 22.96%

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

R = 40.86%
G = 22.96%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D276BA (or 0xD276BA) is known color: Orchid. HEX triplet: D2, 76 and BA. RGB value is (210,118,186). Sum of RGB (Red+Green+Blue) = 210+118+186=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D276BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276BA is #2D8945. Grayscale: #999999. Windows color (decimal): -2984262 or 12220114. OLE color: 12220114.

HSL color Cylindrical-coordinate representation of color #D276BA: hue angle of 315.65º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D276BA is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 118 186 -
CMYK 0 0.44 0.11 0.18
HSL 315.65º 0.51% 0.64% -
HSV(B) 315.65º 0.44% 0.82% -
XYZ 41.92 30.2 50.07 -
YUV 153.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 210 118 186 0 0.44 0.11 0.18 315.65 0.51 0.64
Hex D2 76 BA 0 2C B 12 13C 33 40
Octal 322 166 272 0 54 13 22 474 63 100
Binary 11010010 1110110 10111010 0 101100 1011 10010 100111100 110011 1000000

Color Harmonies of #D276BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276BA

Black with #D276BA

Text Example


Text Example

White with #D276BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276BA; }

 p { color: rgb(210,118,186); }

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

background-color css

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

 a { background-color: rgb(210,118,186); }

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

border-color css

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

 span { border-color: rgb(210,118,186); }

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