Html Css Color HEX #D276C8 Orchid

📋 copy color: '#D276C8'

red 210 ◦ green 118 ◦ blue 200

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

Shades of Orchid #D276C8

Tints of Orchid #D276C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.88%

R = 39.77%
G = 22.35%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D276C8 (or 0xD276C8) is known color: Orchid. HEX triplet: D2, 76 and C8. RGB value is (210,118,200). Sum of RGB (Red+Green+Blue) = 210+118+200=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D276C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276C8 is #2D8937. Grayscale: #9A9A9A. Windows color (decimal): -2984248 or 13137618. OLE color: 13137618.

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

Color convert

RGB 210 118 200 -
CMYK 0 0.44 0.05 0.18
HSL 306.52º 0.51% 0.64% -
HSV(B) 306.52º 0.44% 0.82% -
XYZ 43.48 30.83 58.3 -
YUV 154.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 210 118 200 0 0.44 0.05 0.18 306.52 0.51 0.64
Hex D2 76 C8 0 2C 5 12 133 33 40
Octal 322 166 310 0 54 5 22 463 63 100
Binary 11010010 1110110 11001000 0 101100 101 10010 100110011 110011 1000000

Color Harmonies of #D276C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276C8

Black with #D276C8

Text Example


Text Example

White with #D276C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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