Html Css Color HEX #D476E7 Orchid

📋 copy color: '#D476E7'

red 212 ◦ green 118 ◦ blue 231

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

Shades of Orchid #D476E7

Tints of Orchid #D476E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.18%

R = 37.79%
G = 21.03%
B = 41.18%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D476E7 (or 0xD476E7) is known color: Orchid. HEX triplet: D4, 76 and E7. RGB value is (212,118,231). Sum of RGB (Red+Green+Blue) = 212+118+231=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #D476E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D476E7 is #2B8918. Grayscale: #9E9E9E. Windows color (decimal): -2853145 or 15169236. OLE color: 15169236.

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

Color convert

RGB 212 118 231 -
CMYK 0.08 0.49 0 0.09
HSL 289.91º 0.7% 0.68% -
HSV(B) 289.91º 0.49% 0.91% -
XYZ 48.05 32.72 79.38 -
YUV 158.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 212 118 231 0.08 0.49 0 0.09 289.91 0.7 0.68
Hex D4 76 E7 8 31 0 9 122 46 44
Octal 324 166 347 10 61 0 11 442 106 104
Binary 11010100 1110110 11100111 1000 110001 0 1001 100100010 1000110 1000100

Color Harmonies of #D476E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476E7

Black with #D476E7

Text Example


Text Example

White with #D476E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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