Html Css Color HEX #D361E9 Orchid

📋 copy color: '#D361E9'

red 211 ◦ green 97 ◦ blue 233

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

Shades of Orchid #D361E9

Tints of Orchid #D361E9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.93%

 BLUE value IS 233 (91.41% from 255) = 43.07%

R = 39%
G = 17.93%
B = 43.07%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D361E9 (or 0xD361E9) is known color: Orchid. HEX triplet: D3, 61 and E9. RGB value is (211,97,233). Sum of RGB (Red+Green+Blue) = 211+97+233=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #D361E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361E9 is #2C9E16. Grayscale: #929292. Windows color (decimal): -2924055 or 15294931. OLE color: 15294931.

HSL color Cylindrical-coordinate representation of color #D361E9: hue angle of 290.29º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D361E9 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 97 233 -
CMYK 0.09 0.58 0 0.09
HSL 290.29º 0.76% 0.65% -
HSV(B) 290.29º 0.58% 0.91% -
XYZ 45.85 28.28 80.13 -
YUV 146.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 211 97 233 0.09 0.58 0 0.09 290.29 0.76 0.65
Hex D3 61 E9 9 3A 0 9 122 4C 41
Octal 323 141 351 11 72 0 11 442 114 101
Binary 11010011 1100001 11101001 1001 111010 0 1001 100100010 1001100 1000001

Color Harmonies of #D361E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361E9

Black with #D361E9

Text Example


Text Example

White with #D361E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361E9; }

 p { color: rgb(211,97,233); }

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

background-color css

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

 a { background-color: rgb(211,97,233); }

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

border-color css

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

 span { border-color: rgb(211,97,233); }

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