Html Css Color HEX #D361E7 Orchid

📋 copy color: '#D361E7'

red 211 ◦ green 97 ◦ blue 231

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

Shades of Orchid #D361E7

Tints of Orchid #D361E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.86%

R = 39.15%
G = 18%
B = 42.86%

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

#D361E7 (or 0xD361E7) is known color: Orchid. HEX triplet: D3, 61 and E7. RGB value is (211,97,231). Sum of RGB (Red+Green+Blue) = 211+97+231=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #D361E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361E7 is #2C9E18. Grayscale: #919191. Windows color (decimal): -2924057 or 15163859. OLE color: 15163859.

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

Color convert

RGB 211 97 231 -
CMYK 0.09 0.58 0 0.09
HSL 291.04º 0.74% 0.64% -
HSV(B) 291.04º 0.58% 0.91% -
XYZ 45.56 28.17 78.64 -
YUV 146.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 211 97 231 0.09 0.58 0 0.09 291.04 0.74 0.64
Hex D3 61 E7 9 3A 0 9 123 4A 40
Octal 323 141 347 11 72 0 11 443 112 100
Binary 11010011 1100001 11100111 1001 111010 0 1001 100100011 1001010 1000000

Color Harmonies of #D361E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361E7

Black with #D361E7

Text Example


Text Example

White with #D361E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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