Html Css Color HEX #D276C9 Orchid

📋 copy color: '#D276C9'

red 210 ◦ green 118 ◦ blue 201

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

Shades of Orchid #D276C9

Tints of Orchid #D276C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 39.7%
G = 22.31%
B = 38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D276C9 (or 0xD276C9) is known color: Orchid. HEX triplet: D2, 76 and C9. RGB value is (210,118,201). Sum of RGB (Red+Green+Blue) = 210+118+201=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D276C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276C9 is #2D8936. Grayscale: #9A9A9A. Windows color (decimal): -2984247 or 13203154. OLE color: 13203154.

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

Color convert

RGB 210 118 201 -
CMYK 0 0.44 0.04 0.18
HSL 305.87º 0.51% 0.64% -
HSV(B) 305.87º 0.44% 0.82% -
XYZ 43.6 30.88 58.92 -
YUV 154.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 210 118 201 0 0.44 0.04 0.18 305.87 0.51 0.64
Hex D2 76 C9 0 2C 4 12 132 33 40
Octal 322 166 311 0 54 4 22 462 63 100
Binary 11010010 1110110 11001001 0 101100 100 10010 100110010 110011 1000000

Color Harmonies of #D276C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276C9

Black with #D276C9

Text Example


Text Example

White with #D276C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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