Html Css Color HEX #D473E6 Orchid

📋 copy color: '#D473E6'

red 212 ◦ green 115 ◦ blue 230

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

Shades of Orchid #D473E6

Tints of Orchid #D473E6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.65%

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

R = 38.06%
G = 20.65%
B = 41.29%

CMYK

 C value IS 0.08

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D473E6 (or 0xD473E6) is known color: Orchid. HEX triplet: D4, 73 and E6. RGB value is (212,115,230). Sum of RGB (Red+Green+Blue) = 212+115+230=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #D473E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473E6 is #2B8C19. Grayscale: #9C9C9C. Windows color (decimal): -2853914 or 15102932. OLE color: 15102932.

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

Color convert

RGB 212 115 230 -
CMYK 0.08 0.5 0 0.10
HSL 290.61º 0.7% 0.68% -
HSV(B) 290.61º 0.5% 0.9% -
XYZ 47.57 31.97 78.53 -
YUV 157.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 212 115 230 0.08 0.5 0 0.10 290.61 0.7 0.68
Hex D4 73 E6 8 32 0 A 123 46 44
Octal 324 163 346 10 62 0 12 443 106 104
Binary 11010100 1110011 11100110 1000 110010 0 1010 100100011 1000110 1000100

Color Harmonies of #D473E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473E6

Black with #D473E6

Text Example


Text Example

White with #D473E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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