Html Css Color HEX #D476CE Orchid

📋 copy color: '#D476CE'

red 212 ◦ green 118 ◦ blue 206

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

Shades of Orchid #D476CE

Tints of Orchid #D476CE

RGB

 RED value IS 212 (83.2% from 255) = 39.55%

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

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 39.55%
G = 22.01%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D476CE (or 0xD476CE) is known color: Orchid. HEX triplet: D4, 76 and CE. RGB value is (212,118,206). Sum of RGB (Red+Green+Blue) = 212+118+206=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D476CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476CE is #2B8931. Grayscale: #9B9B9B. Windows color (decimal): -2853170 or 13530836. OLE color: 13530836.

HSL color Cylindrical-coordinate representation of color #D476CE: hue angle of 303.83º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D476CE is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 118 206 -
CMYK 0 0.44 0.03 0.17
HSL 303.83º 0.52% 0.65% -
HSV(B) 303.83º 0.44% 0.83% -
XYZ 44.77 31.41 62.1 -
YUV 156.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 212 118 206 0 0.44 0.03 0.17 303.83 0.52 0.65
Hex D4 76 CE 0 2C 3 11 130 34 41
Octal 324 166 316 0 54 3 21 460 64 101
Binary 11010100 1110110 11001110 0 101100 11 10001 100110000 110100 1000001

Color Harmonies of #D476CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476CE

Black with #D476CE

Text Example


Text Example

White with #D476CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476CE; }

 p { color: rgb(212,118,206); }

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

background-color css

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

 a { background-color: rgb(212,118,206); }

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

border-color css

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

 span { border-color: rgb(212,118,206); }

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