Html Css Color HEX #D276C4 Orchid

📋 copy color: '#D276C4'

red 210 ◦ green 118 ◦ blue 196

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

Shades of Orchid #D276C4

Tints of Orchid #D276C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.4%

R = 40.08%
G = 22.52%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D276C4 (or 0xD276C4) is known color: Orchid. HEX triplet: D2, 76 and C4. RGB value is (210,118,196). Sum of RGB (Red+Green+Blue) = 210+118+196=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D276C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276C4 is #2D893B. Grayscale: #9A9A9A. Windows color (decimal): -2984252 or 12875474. OLE color: 12875474.

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

Color convert

RGB 210 118 196 -
CMYK 0 0.44 0.07 0.18
HSL 309.13º 0.51% 0.64% -
HSV(B) 309.13º 0.44% 0.82% -
XYZ 43.02 30.64 55.87 -
YUV 154.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 210 118 196 0 0.44 0.07 0.18 309.13 0.51 0.64
Hex D2 76 C4 0 2C 7 12 135 33 40
Octal 322 166 304 0 54 7 22 465 63 100
Binary 11010010 1110110 11000100 0 101100 111 10010 100110101 110011 1000000

Color Harmonies of #D276C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276C4

Black with #D276C4

Text Example


Text Example

White with #D276C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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