Html Css Color HEX #D276E6 Orchid

📋 copy color: '#D276E6'

red 210 ◦ green 118 ◦ blue 230

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

Shades of Orchid #D276E6

Tints of Orchid #D276E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 37.63%
G = 21.15%
B = 41.22%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D276E6 (or 0xD276E6) is known color: Orchid. HEX triplet: D2, 76 and E6. RGB value is (210,118,230). Sum of RGB (Red+Green+Blue) = 210+118+230=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #D276E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D276E6 is #2D8919. Grayscale: #9D9D9D. Windows color (decimal): -2984218 or 15103698. OLE color: 15103698.

HSL color Cylindrical-coordinate representation of color #D276E6: hue angle of 289.29º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D276E6 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 118 230 -
CMYK 0.09 0.49 0 0.10
HSL 289.29º 0.69% 0.68% -
HSV(B) 289.29º 0.49% 0.9% -
XYZ 47.34 32.37 78.62 -
YUV 158.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 210 118 230 0.09 0.49 0 0.10 289.29 0.69 0.68
Hex D2 76 E6 9 31 0 A 121 45 44
Octal 322 166 346 11 61 0 12 441 105 104
Binary 11010010 1110110 11100110 1001 110001 0 1010 100100001 1000101 1000100

Color Harmonies of #D276E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276E6

Black with #D276E6

Text Example


Text Example

White with #D276E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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