Html Css Color HEX #D373E1 Orchid

📋 copy color: '#D373E1'

red 211 ◦ green 115 ◦ blue 225

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

Shades of Orchid #D373E1

Tints of Orchid #D373E1

RGB

 RED value IS 211 (82.81% from 255) = 38.29%

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

 BLUE value IS 225 (88.28% from 255) = 40.83%

R = 38.29%
G = 20.87%
B = 40.83%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D373E1 (or 0xD373E1) is known color: Orchid. HEX triplet: D3, 73 and E1. RGB value is (211,115,225). Sum of RGB (Red+Green+Blue) = 211+115+225=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #D373E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373E1 is #2C8C1E. Grayscale: #9B9B9B. Windows color (decimal): -2919455 or 14775251. OLE color: 14775251.

HSL color Cylindrical-coordinate representation of color #D373E1: hue angle of 292.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D373E1 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 115 225 -
CMYK 0.06 0.49 0 0.12
HSL 292.36º 0.65% 0.67% -
HSV(B) 292.36º 0.49% 0.88% -
XYZ 46.59 31.55 74.87 -
YUV 156.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 211 115 225 0.06 0.49 0 0.12 292.36 0.65 0.67
Hex D3 73 E1 6 31 0 C 124 41 43
Octal 323 163 341 6 61 0 14 444 101 103
Binary 11010011 1110011 11100001 110 110001 0 1100 100100100 1000001 1000011

Color Harmonies of #D373E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373E1

Black with #D373E1

Text Example


Text Example

White with #D373E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373E1; }

 p { color: rgb(211,115,225); }

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

background-color css

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

 a { background-color: rgb(211,115,225); }

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

border-color css

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

 span { border-color: rgb(211,115,225); }

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