Html Css Color HEX #D370E5 Orchid

📋 copy color: '#D370E5'

red 211 ◦ green 112 ◦ blue 229

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

Shades of Orchid #D370E5

Tints of Orchid #D370E5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.29%

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 38.22%
G = 20.29%
B = 41.49%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D370E5 (or 0xD370E5) is known color: Orchid. HEX triplet: D3, 70 and E5. RGB value is (211,112,229). Sum of RGB (Red+Green+Blue) = 211+112+229=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #D370E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D370E5 is #2C8F1A. Grayscale: #9A9A9A. Windows color (decimal): -2920219 or 15036627. OLE color: 15036627.

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

Color convert

RGB 211 112 229 -
CMYK 0.08 0.51 0 0.10
HSL 290.77º 0.69% 0.67% -
HSV(B) 290.77º 0.51% 0.9% -
XYZ 46.8 31.09 77.66 -
YUV 154.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 211 112 229 0.08 0.51 0 0.10 290.77 0.69 0.67
Hex D3 70 E5 8 33 0 A 123 45 43
Octal 323 160 345 10 63 0 12 443 105 103
Binary 11010011 1110000 11100101 1000 110011 0 1010 100100011 1000101 1000011

Color Harmonies of #D370E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D370E5

Black with #D370E5

Text Example


Text Example

White with #D370E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D370E5; }

 p { color: rgb(211,112,229); }

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

background-color css

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

 a { background-color: rgb(211,112,229); }

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

border-color css

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

 span { border-color: rgb(211,112,229); }

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