Html Css Color HEX #D476E6 Orchid

📋 copy color: '#D476E6'

red 212 ◦ green 118 ◦ blue 230

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

Shades of Orchid #D476E6

Tints of Orchid #D476E6

RGB

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

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

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

R = 37.86%
G = 21.07%
B = 41.07%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D476E6 (or 0xD476E6) is known color: Orchid. HEX triplet: D4, 76 and E6. RGB value is (212,118,230). Sum of RGB (Red+Green+Blue) = 212+118+230=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #D476E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D476E6 is #2B8919. Grayscale: #9E9E9E. Windows color (decimal): -2853146 or 15103700. OLE color: 15103700.

HSL color Cylindrical-coordinate representation of color #D476E6: hue angle of 290.36º 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 #D476E6 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 118 230 -
CMYK 0.08 0.49 0 0.10
HSL 290.36º 0.69% 0.68% -
HSV(B) 290.36º 0.49% 0.9% -
XYZ 47.91 32.67 78.64 -
YUV 158.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 212 118 230 0.08 0.49 0 0.10 290.36 0.69 0.68
Hex D4 76 E6 8 31 0 A 122 45 44
Octal 324 166 346 10 61 0 12 442 105 104
Binary 11010100 1110110 11100110 1000 110001 0 1010 100100010 1000101 1000100

Color Harmonies of #D476E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D476E6

Black with #D476E6

Text Example


Text Example

White with #D476E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D476E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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