Html Css Color HEX #D276D0 Orchid

📋 copy color: '#D276D0'

red 210 ◦ green 118 ◦ blue 208

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

Shades of Orchid #D276D0

Tints of Orchid #D276D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 39.18%
G = 22.01%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D276D0 (or 0xD276D0) is known color: Orchid. HEX triplet: D2, 76 and D0. RGB value is (210,118,208). Sum of RGB (Red+Green+Blue) = 210+118+208=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D276D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276D0 is #2D892F. Grayscale: #9B9B9B. Windows color (decimal): -2984240 or 13661906. OLE color: 13661906.

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

Color convert

RGB 210 118 208 -
CMYK 0 0.44 0.01 0.18
HSL 301.3º 0.51% 0.64% -
HSV(B) 301.3º 0.44% 0.82% -
XYZ 44.44 31.21 63.36 -
YUV 155.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 210 118 208 0 0.44 0.01 0.18 301.3 0.51 0.64
Hex D2 76 D0 0 2C 1 12 12D 33 40
Octal 322 166 320 0 54 1 22 455 63 100
Binary 11010010 1110110 11010000 0 101100 1 10010 100101101 110011 1000000

Color Harmonies of #D276D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276D0

Black with #D276D0

Text Example


Text Example

White with #D276D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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