Html Css Color HEX #D276D1 Orchid

📋 copy color: '#D276D1'

red 210 ◦ green 118 ◦ blue 209

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

Shades of Orchid #D276D1

Tints of Orchid #D276D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 39.11%
G = 21.97%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D276D1 (or 0xD276D1) is known color: Orchid. HEX triplet: D2, 76 and D1. RGB value is (210,118,209). Sum of RGB (Red+Green+Blue) = 210+118+209=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D276D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276D1 is #2D892E. Grayscale: #9B9B9B. Windows color (decimal): -2984239 or 13727442. OLE color: 13727442.

HSL color Cylindrical-coordinate representation of color #D276D1: hue angle of 300.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 #D276D1 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 118 209 -
CMYK 0 0.44 0.00 0.18
HSL 300.65º 0.51% 0.64% -
HSV(B) 300.65º 0.44% 0.82% -
XYZ 44.57 31.26 64.01 -
YUV 155.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 210 118 209 0 0.44 0.00 0.18 300.65 0.51 0.64
Hex D2 76 D1 0 2C 0 12 12D 33 40
Octal 322 166 321 0 54 0 22 455 63 100
Binary 11010010 1110110 11010001 0 101100 0 10010 100101101 110011 1000000

Color Harmonies of #D276D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276D1

Black with #D276D1

Text Example


Text Example

White with #D276D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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